Mega menu appearance issue after update to 8.0.0 version
-
Hi,
After updating my website to latest version of WoodMart – version 8.0.0, I noticed that my Header mega Menu sub items appear now a bit stuck on the left side near to main menu vertical items – categories. Please check my attached screenshot.
Waiting for your further advice on the above issue.
Regards,
Dimitris
Attachments:
You must be
logged in to view attached files.
I finally added the following CSS code at my Global Custom CSS to fix the issue:
.wd-sub-menu li>a {
padding-left: 20px!important;
}
Please inform me if I should set any other settings for the above.
To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.
.wpb-js-composer .wd-nav-vertical > .menu-item:has(>.wd-design-full-width) {
--wd-dropdown-padding: 30px 35px 0 35px;
}