Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #954288
Revolution Slider on Mobile
Closed

Comments

  •  2
    vincentalain started the conversation

    I have a Revolution Slider on my homepage, is there a way to hide this for mobile devices only? Or would it have to affect the entire site?

    Thanks,

    Vincent

  •  7,280
    Oliver replied

    HI Vincent!

    pls. use following css:

    @media (max-width: 768px) {
    .gem-slideshow {
        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

  •  2
    vincentalain replied

    Thank you so much! That was perfect!!!

  •  2
    vincentalain replied

    You can close this case.