Disable homepage slider for IOS only

  • Posted in : Responsy WP
  • bycen
    Participant

    Is there a way to disable the slider, when the site is displayed in the smaller screen lay-out?

    Thanks!

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    @media (max-width: 767px) {
         .main-slider { display: none; }
    }
    
    bycen
    Participant

    Thanks for the help, really appreciate it.

    But it doesn’t work for some reason… Do you have any idea why?

    http://www.bycen.nl

    ahmetsali
    Keymaster

    update the code as;

    @media (max-width: 767px) {
         .main-slider { display: none !important; }
    }
    
    bycen
    Participant

    Thanks a lot! That did it!

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

The forum ‘Responsy WP’ is closed to new topics and replies.