Home › Forums › WoodMart support forum › Mega Menu – Dropdown problem › Reply To: Mega Menu – Dropdown problem
April 23, 2018 at 7:26 pm
#54161
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.sidebar-container .widget_nav_mega_menu {
position: relative;
z-index: 200;
}
Regards