Home>Support>Wish to remove slider on mobile devices

Wish to remove slider on mobile devices

Hi,

I wish to remove the slider on mobile devices. This will increase the Google Page Speed insight score tremendously as the images are badly not optomised for the smaller screen.

Please can you advise how I can do this?

Regards,

Guillaume

URL: http://umoya-cottages.co.za

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Hi Guillaume

    Try this out via Appearance > Editor > style.css file. Add the following code at the bottom of that file

    @media screen and ( max-width: 480px) { 
    #under-masthead-slider {
        display:none !important;
    }
    
    article.entry .post-text {
      padding-top: 200px! important;
    }
    }
    

    Let me know if it works out for you

    Cheers

  2. 9 years, 6 months ago Guillaume de Swardt

    Exactly what I wanted, thank you!

  3. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Perfect :-)

    Always feel free to open a new thread whenever you require support

    Cheers

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More