Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9014
    b.grangeia
    Member

    Hi! How can I change the height of the submenu? I already know how to change the menu height, but it doesn’t change the drop down menu.

    Thank’s!

    #9029
    Sakin
    Keymaster

    @b.grangeia: you can just change the line height as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1060px) { 
    #header-menu ul.menu ul a {
        line-height: 23px;
    }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Submenu height’ is closed to new replies.