Hello,
I put
@media only screen and (max-width: 600px) {
body {
margin-bottom: 20px;
}
}
in the CSS of a button on my site (under the customize button after the element has been selected in Cornerstone) to try to make it have a larger bottom margin on mobile, but it’s not working. Not sure if I’m writing that correctly, any help would be appreciated.
Just to clarify: I’m trying to add some margin space below a specific button but only on mobile.
Thanks.