I want to move menu up, so it’s closer to the top of the header (without changing the header height). How do I do that?
Hi goforyourdreams!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#header_main .container, .main_menu ul:first-child > li a {
line-height: 80px;
}
Best regards,
Yigit
Great, thanks!
FYI, anyone else using this code – you need to add !important in order for it to work:
#header_main .container, .main_menu ul:first-child > li a {
line-height: 80px !important;
}