Turn off banner in Mobile mode?
kbevphoto
Registered Users Posts: 110 Major grins
I have 3 rotating "slideshows" that I'm using as a rotating banner on my site. It makes sense on a big screen (e.g. Computer). on mobile devices, especially phones, it is disorienting because people are seeing the logo + 3 big photos (rotating) and thinking that's the site. In reality, you need ot scrool down past that on every page to get to the galleries.
Is there a way to hide those shows in Mobile Mode and just show the logo?
:scratch
Site: kbevphoto dot com
Is there a way to hide those shows in Mobile Mode and just show the logo?
:scratch
Site: kbevphoto dot com
0
Comments
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Where do I drop that code? Sorry, i'm a bit of a hack, but i'm rusty on top of that...
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thakns
Thanks but I found I have to add the .sm-user-ui part to get it to work for me:
/*Hide the mini left slideshow for mobile browsers */
@media only screen and (max-width: 480px) {
.sm-user-ui .sm-page-widget-5615980 { display: none !important; }
}
margygreen.com