Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5720

    I 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.com

    #5811
    Sakin
    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; }

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.