• erikrosellis19

    (@erikrosellis19)


    Hei there, I created a slider for my website and I want it to display ONLY on desktop, removing it from mobile devices. I already tried with some CSS, but didn’t work. Could you suggest me how to remove the slider from mobile? Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Access-keys Support

    (@amritshrestha)

    Hi there,

    Thank you for writing in

    please try with this CSS in your slider.

    @media (max-width: 768px)
    {
    .wp1s-slider-wrapper {
    display: none;
    }
    }

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘How display slider ONLY on desktop’ is closed to new replies.