Tagged: menu
- This topic has 1 reply, 2 voices, and was last updated 12 years ago by
Sakin.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
March 23, 2013 at 6:08 am #5720
northwesturbanfarmer
MemberI decreased the menu height, and now my sub menus are disconnected and floating way below the my menu. Is there a way to re-align the submenu with the main menu manually?
I altered the line height of my menu via:
#header #mainmenu ul li a { padding: 0 25px; line-height: 25px; font-size: 15px; font-weight: bold; }
Here is my site so you can see the issue:
http://northwesturbanfarmer.comMarch 26, 2013 at 12:13 am #5811Sakin
Keymaster@northwesturbanfarmer: You need to adjust the css for sub-menus. So, just add the following css in “Custom CSS” box in Theme Options panel.
#header #mainmenu ul li ul { top: 25px; }
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘After changing menu line height, submenu is no longer attached to menu bar’ is closed to new replies.