Good evening! I’m redesigning my home page block by block, and I’m stuck on one section. It’s a Custom HTML section (#shopify-section-1627510153775df366), and it displays fine on desktop, but on mobile the border extends to the edges of the screen. I’d like to give it some padding on the left & right on mobile only, but I’ve tried several different methods and none of them work. Here’s the last thing I attempted:
@media only screen and (max-width: 600px) {
.shopify-section-1627510153775df366 {
margin-right:10px;
margin-left:10px;
}
}
But I’m missing something. Can anyone help? Thanks!
.

