I'm looking for a way to move the text in the sidebox header to the left. I know there's a way to do it. I just can't find it. Anyone have a solution?
I'm also wanting to add a line between the categories and subcategories.
Thanks for the help.
I'm looking for a way to move the text in the sidebox header to the left. I know there's a way to do it. I just can't find it. Anyone have a solution?
I'm also wanting to add a line between the categories and subcategories.
Thanks for the help.
Last edited by Coffinwear; 10 Dec 2009 at 03:16 PM.
Find the bit of your stylesheet that starts
h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a
and add the following style
text-align:left
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Thanks for the help Kurol. I guess I'm blind in one eye and can't see out of the other because I really should have seen that one. LOL
One issue solved. Anyone have an idea about adding a line between the subcategories?
There are a couple of possibilities depending on exactly how you want this to work.
You can add a border-top or border-bottom to the subcat rules in your stylesheet, and every subcat will have a line above or below it. It is possible to fine-tune this a bit if you want.If you want individual control over which subcats get dividers, you can install Categories Dressing.Code:A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited { color: #FF0000; text-decoration: none; border-bottom: 1px solid #aabbcc;; }