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

    Hi,

    We would like to decrease the top / bottom padding on the menu: shrink the menu bar basically by a few pixels.

    Can you please help me with this?

    Thank you

    #584069

    Hey sitesme!

    Please add following code to Quick CSS

    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
        height: 40px;
        line-height: 40px;
    }
    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
        height: 40px;
    }

    Cheers!
    Yigit

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