Home › Forums › WoodMart support forum › Checkout page button doubbled › Reply To: Checkout page button doubbled
May 4, 2023 at 5:11 pm
#464516
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .wd-nav-main:not(.wd-offsets-calculated)>li:not(.menu-simple-dropdown) {
overflow: visible;
}