Home Forums Pro Themes Education Hub Pro Make menu height smaller

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12645
    comboss
    Participant

    Hi guys! Thank you for your continued assistance!

    I would like to know a way to decrease main menu and its child drop down menu height, possibly almost as same as text height? To be more clear, the default menu height is too much so that it makes my site bulky look. In other words, I meed more compact menu.

    Thanks again!

    #12656
    wensolutions
    Keymaster

    Hello Comboss,

    To make your current menu compact by decreasing your menu height please paste in the following custom CSS in your Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom Css

    @media only screen and (min-width: 770px){
    
    #main-nav {
        line-height: 0.5;
    }
    
    .main-navigation ul ul {
          top: 25px;
    }
    
    }

    Hope this works for you.
    Best Regards.

    #12666
    comboss
    Participant

    Awesome!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.