I am increasing the main menu to custom height of 180px, however if I increase it, the scrolling menu increases as well. I would like it to remain to the to about the size it is when the main menu is set to the slim size. Is there a way to set the height of the scrolling menu?
Thanks,
Frank
Hi ftlamont!
Thank you for using Enfold.
What do you mean by “scrolling menu”? Please provide a link to the page so that we can inspect it. A screenshot will help. If you’re referring to the shrinking header, you can try this in the Quick CSS field.
#top .header-scrolled .container, #top .header-scrolled .main_menu ul:first-child > li > a, #top .header-scrolled #menu-item-shop .cart_dropdown_link.container.av-logo-container {
height: 40px !important;
line-height: 40px !important;
}
Regards,
Ismael