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 #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

  •  6,933
    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.