Mobile specific or excluded customisations
RichmondImage
Registered Users Posts: 65 Big grins
I have a couple of mods I want to make to my site that I would like to only apply to the mobile layout. Or conversely I could do this for the desktop site and exclude them from mobile. Any idea of how to change elements that are device specific?
0
Comments
Hopefully, someone comes along soon!
some code would look like this
It just depends on what you want to adj.
@media only screen and (max-width: 640px)
.sm-page-widget .sm-page-widget-content {
}
.sm-tiles-grid.sm-tiles-col-4 .sm-tile-wrapper, .sm-tiles-column-organic.sm-tiles-col-3 .sm-tiles-column
.sm-tiles-grid.sm-tiles-col-4 .sm-tile-wrapper, .sm-tiles-column-organic.sm-tiles-col-4 .sm-tiles-column
.sm-tiles-grid.sm-tiles-col-4 .sm-tile-wrapper, .sm-tiles-column-organic.sm-tiles-col-5 .sm-tiles-column
.sm-gallery-mobile .sm-gallery-header