Home › Forums › WoodMart support forum › Issue with URLs on mobile view in Product Categories slider › Reply To: Issue with URLs on mobile view in Product Categories slider
August 25, 2021 at 11:23 am
#314554
Aizaz Imtiaz Awan
Keymaster
Hello,
This is a bug in our theme related to the category style and option that disables the owl-carousel library on mobile.
For a quick fix Please try adding the following Custom CSS in the Custom CSS for the mobile area under Theme Settings >> Custom CSS.
.cat-design-center .wrapp-category {
position: relative;
overflow: hidden;
}
This issue will be fixed in the next theme update.
Best Regards