Home › Forums › WoodMart support forum › Sticky menu not clickable when scrolling down. › Reply To: Sticky menu not clickable when scrolling down.
October 23, 2023 at 10:00 am
#506192
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-dropdown-menu.wd-design-default .wd-dropdown {
margin-left: 17px !important;
pointer-events: auto;
transition-delay: 0.2s;
}
Best Regards.