How can I remove those margins on the sides as you can see in the image, I have tried many ways but I have not been able to do it. My shop is: Nauancler.com
Thank you!
How can I remove those margins on the sides as you can see in the image, I have tried many ways but I have not been able to do it. My shop is: Nauancler.com
Thank you!
Follow these steps:
Go to Online Store β Theme β Edit code
Open your base.css file and paste the following code at the bottom:
.collection.page-width {
padding: 0 1px !important;
}
It worked! Thanks Guleria! One last question, how can I remove that mini space between the top and bottom of the products?
Hey @ArnauP
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
Best Regards,
Moeed