Shopify themes, liquid, logos, and UX
I'm using Dawn theme latest version, in that I need to customize the collection page product grids should be until edge of the website without any spacing like padding or margin.
https://rugd-in.myshopify.com/collections/all
password: rugged
Thanks in advance.
Hello @Sivadarshan
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
@media screen and (min-width: 750px) {
.page-width {
padding: 0rem !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Thanks It's working but it changes all the section in all the pages, I need the exact collection page alone need to be customized
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025