categories font size
Archived from the Web Auction Discussion forum.
zedimus — Wed Dec 31, 2008 10:11 am
How can i change the font size of the categories, I want to make it a little smaller, the text is overlaping the next category.
Thanks
shannah — Thu Jan 01, 2009 1:05 pm
I think it is set in the style.css file. Particularly the following directive:
- Code: Select all
- `div.menu-block dl dd a {
display: block;
height: 32px;
text-decoration: none;
background-repeat: no-repeat;
padding-left: 38px;
font-size: 14px;
padding-top: 8px;}`
zedimus — Mon Jan 05, 2009 4:59 pm
Thanks that worked great.