Eupolemos Posted February 21, 2017 Share Posted February 21, 2017 I've just started editing the custom CSS for the first time, to be able to style some pages just a bit more to my liking. However, this messes with the mobile layout (I'm just adding a div class via the WYSIWYG html). Does anyone know how to make sure a class doesn't affect what happens on mobile? Link to comment Share on other sites More sharing options...
Linguica Posted February 21, 2017 Share Posted February 21, 2017 Put the custom CSS inside a block like: @media screen and (min-width:768px) { blah } Link to comment Share on other sites More sharing options...
Eupolemos Posted February 21, 2017 Author Share Posted February 21, 2017 Thanks a bunch! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.