Tagged: main menu
Hi guys,
How can I move this menu up away from the bottom header border, by about 10 pixels? It is too close to the bottom edge. See below.
Thank you,
Jasmer
Hey Jasmer!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate {
top: -20px;
}
Best regards,
Yigit
Perfect! Thank you. Resolved!