Home Forums WoodMart support forum menu mobile and sidbar menu not working Reply To: menu mobile and sidbar menu not working

#311612

Hello,

1. The mobile menu and sidebar on the shop page are working fine. Please see the screenshot for clarification: https://ibb.co/yqrHZvh and here: https://ibb.co/FBgqbGx

2. To enable the quick view on mobile, please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for mobile:

.wd-buttons .wd-quick-view-icon, .wd-buttons .wd-compare-btn {
    display: inline-block;
}

Best Regards.