Page 1 of 1

categories font size

PostPosted: Wed Dec 31, 2008 10:11 am
by zedimus
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

PostPosted: Thu Jan 01, 2009 1:05 pm
by shannah
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;

}


PostPosted: Mon Jan 05, 2009 4:59 pm
by zedimus
Thanks that worked great.