Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #966946

    Hi there, our main menu sits below the header logo to the left. I have adjusted the height of this bar to 35px. However where the main menu text sits on the left and the search icon sits on the right the height of the menu bar remains larger. Ie., the hieght of the bar is larger where there are links within the menu bar.

    Is there padding above and below the main menu links that i can remove to make the main menu bar the same height across the screen?

    #967071

    Hey VerhoevenGroup,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #967524

    Thanks for your reply Rikard. Please see the link in the Private Content section. Thanks

    #967877

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {
        height: 35px !important;
        line-height: 35px !important;
    }
    
    .html_header_top #top .av_menu_left .main_menu {
        bottom: 0 !important;
    }

    Best regards,
    Rikard

    #968097

    Worked perfect! Thank you very much for your help Rikard

    #968709

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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