Hello, I am trying to make the image and text be full width on mobile for Integrity Posts.
Example: https://www.gothamcanoe.com/an-english-elm-in-brooklyn/
On browser, I do not want it to be full width so I have this code:
.single-post .x-main {
width: 75%!important;
margin: 1% auto;
float: none;
}
Is there a way to make it not full width on browser and full width on mobile?
Thanks,
Matt