Home › Forums › WoodMart support forum › Problem with displaying the megamenu › Reply To: Problem with displaying the megamenu
October 18, 2024 at 4:35 pm
#606132
Hung Pham
Keymaster
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,