Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #935498
How do I disable Nivo Slider on Mobile devices?
Closed

Comments

  •  2
    Kate started the conversation

    Hi there,

    I'm looking around but can't find a way to disable the Nivo slider on mobile devices. Thanks,


    Kate

  •  6,933
    Oliver replied

    HI!

    pls. use following css:

    @media (max-width: 768px) {
        .sc-nivoslider.nivoSlider {
            display: none;
        }
    }


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver