menu padding/dropdown problem
-
How can I reduce the menu padding without affecting the submenus?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can keep the CSS you have to reduce the padding on the top menu:
.main-navigation, .main-navigation li { padding-top: 7px; padding-bottom: 6px; }and change the CSS code from
.main-navigation ul ul { top: 2.4em; }to
.main-navigation ul ul { top: 2em; }Hope that helps!
-
- The topic ‘menu padding/dropdown problem’ is closed to new replies.