Hi there, after upgrading to the latest version (luckily on a test site) my menu dropdowns have become divorced from the menu itself:
http://sandfordawards.dandesigns.co.uk/
I haven’t got any custom styling for the ‘sub-menus’, and plugins have been disabled. Any ideas?
thanks!
Dan
Hey Dan!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul.sub-menu {
margin: 0!important;
}
Regards,
Yigit
Thanks for getting back to me so quickly!
D