Hi – I would like the callout on my homepage to have the following CSS for mobile and have written this in the custom CSS, but it does not seem to work:
@media only screen and (max-width: 767px) {
.home.x-callout {
margin: 0 auto;
padding: 1em;
max-width: 100% !important;
}
}
http://www.rtgraphicsandprinting.moxie.design/
Thanks for any suggestions!
Liz