- This topic has 2 replies, 2 voices, and was last updated 14 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Fancy Category CSS Question
Tagged: wp_eStore_style.css inactive
Hello —
A quick and hopefully basic CSS question.
On my main category page (http://www.spinozarods.com/store/) I’m trying to shift the header in each category to the center (and possibly enlarge it) but when I try the following it moves all of the text from the category description to the center:
.custom .eStore-product-description {
text-align:center;
}
Ideally I’d like to keep the main text left-aligned but move the header over. Any ideas how to isolate that header with CSS?
-JA
Why do you have to come out with tricky stuff? (just kidding)
The CSS used for fancy category display reuses the CSS of the fancy product display which is why it doesn’t have greater flexibility in terms of customization.
I have now introduced a separate CSS for the fancy category display (this is the only way to detach them and customize them separately). I have sent you a new eStore build so you can test it out.
Once you get the new eStore build look for the following section in the CSS file:
/*=== Fancy category css === */
Each element is in it’s own CSS block so you will have the granularity that you are looking for.
Ha — I’m sure I’ll keep them coming!
Thanks so much. I’ll take a look at this tonight and do the upload and see how it goes, but thanks in advance for taking the time to do this.
For what it’s worth I’m really impressed with the support you offer for this plugin! I’ll definitely be spreading the word…
-JA