Hi,

I have used vertical Nice Menus and they go upto three sub/child levels. As they go deeper font size starts decreasing gradually.
Can anybody help as I want to keep the same font size through out even for the child menus.

Thanks a lot

Regards
Zag

Comments

nevets’s picture

I would use the Firefox extension firebug to examine the html and css applied. My quess is that the li or a tag (maybe ul tag) has a css rule something like font-size: 0.8em; which will decrease the font size for each level of the menu.

add1sun’s picture

Status: Active » Closed (fixed)