I’ve increase the size of my header which adjusted my main menu, how can I move my sub menu up closer to the main menu? Link
Thanks
Hi covaun!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust it as desired
.main_menu .menu ul { top: 80%; }
Regards,
Yigit
Great, worked like a charm. Thanks for the quick response.