hi there,
please check the sidebar menus on my page (links below). The submenus is only clickable when I move the mouse a little bit lower, under the menu items.
How can I resolve it to work properly?
Thanks.
Hey kazse!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .widget_nav_menu ul ul li:before {
z-index: -1;
}
Best regards,
Yigit
Thank you! It seems to be working.:)