Problem with displaying the megamenu
-
When I want to open the mega menu it disappears very quickly and doesn’t let me select the categories. I am attaching a demonstration video.
Hi hola-3548,
Thanks for reaching to us.
Go to Theme Settings > Custom CSS and remove this code lines
.wd-dropdown-menu.wd-design-full-width:not(.wd-scroll),
.wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner {
margin-top: 30px;
}
and use below code
.wd-dropdown-menu.wd-design-full-width:not(.wd-scroll){
top: 60px;
}
Regards,