Home New Guten Forums WoodMart support forum product sider on mobile

product sider on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #527059

    delhimartaus
    Participant

    Hi
    the product slider on mobile with half image settings shows a white colour as in the image attached. it shows on mobile only.
    i have the latest theme 7.4.1

    Can you please guide how to fix this?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #527206

    Luke Nielsen
    Keymaster

    Hello,

    Such styles appear when the OWL Carousel script on mobile devices is disabled so you need to enable it back in Theme Settings -> Performance -> JS: https://prnt.sc/elpCFBEu33wp

    If you do not want to enable the OWL Carousel, as an alternative solution, you can use the below code to disable that white effect.

    .wd-carousel-dis-mb .wd-carousel-wrap {
        mask-image: unset;
        -webkit-mask-image: unset;
    }

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)