Options

Hide slideshow on mobile

hax0rhax0r Registered Users Posts: 11 Big grins
edited February 25, 2015 in SmugMug Customization
Is there a way to hide the slideshow on a mobile device?

Comments

  • Options
    hax0rhax0r Registered Users Posts: 11 Big grins
    edited February 25, 2015
    Figured it out by trial and error:)

    /* ================
    = SmartPhones =
    ================
    Hide the search form and social media links for mobile browsers */
    @media only screen and (max-width: 640px) {
    .sm-page-widget-9961023{ display: none; }
    }
Sign In or Register to comment.