Hi! I’d like to reduce the margins if possible so the multicolumn’s (and everything else) are flush against the website edge like how the image banners are. Is there any way to do this?
coteriecollective.myshopify.com
teufra
Thanks!
Hi! I’d like to reduce the margins if possible so the multicolumn’s (and everything else) are flush against the website edge like how the image banners are. Is there any way to do this?
coteriecollective.myshopify.com
teufra
Thanks!
Hi @summer11
Please follow these steps:
.page-width {
padding: 0 !important;
margin: 0 !important;
max-width: unset !important;
}
Here is the result:
We hope that it will work for you.