Closed (fixed)
Project:
Nice Menus
Version:
6.x-2.x-dev
Component:
CSS
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 May 2009 at 14:35 UTC
Updated:
9 Sep 2009 at 21:37 UTC
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
Comment #1
nevets commentedI 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.Comment #2
add1sun commented