• So I’m using this plugin on a site, and it’s working great on desktop, but we would rather have the different products stacked on mobile, and not as a carousel. Is there a way to disable the owl carousel functionality on mobile, so the products can be stacked via additional CSS for mobile?

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    Try to add this custom css for hide the slider in mobile devices

    @media (max-width: 479px){
    .ywcps-slider 
    {
    display:none;
    }
    }

    Have a nice day
    YITHEMES

Viewing 1 replies (of 1 total)
  • The topic ‘Can you disable carousel functionality on mobile?’ is closed to new replies.