Hey guys,
Just wondering if anyone knows how I can centert the text in the categories box.
I thought this might do it but not working
Code:A.category-top, A.category-top:visited { color: #A6032A; text-decoration: none; text-align: center; }
Hey guys,
Just wondering if anyone knows how I can centert the text in the categories box.
I thought this might do it but not working
Code:A.category-top, A.category-top:visited { color: #A6032A; text-decoration: none; text-align: center; }
ok, i figured it out on my own. :) well, kind of.
I have managed to center the text for all boxes using:
But if anyone knows how to center it for just the categories box i would love to hear from you.Code:.sideBoxContent { background-color: #FFC5D3; padding: 0.4em; text-align: center; }
Cheers
DB
you can use the ID that is already supplied in your code to target just text in category side box .. for example
#categoriesContent {
text-align:center;
}
this should only effect content of category side box .