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

#314554

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