Hide slideshow on mobile
hax0r
Registered Users Posts: 11 Big grins
Is there a way to hide the slideshow on a mobile device?
0
Comments
/* ================
= 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; }
}