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?
Hey VerhoevenGroup,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Thanks for your reply Rikard. Please see the link in the Private Content section. Thanks
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
Worked perfect! Thank you very much for your help Rikard