Collection page products till the edge of the website without any padding

Collection page products till the edge of the website without any padding

Sivadarshan
Shopify Partner
320 2 65

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.

Replies 2 (2)

Rahul_dhiman
Shopify Partner
808 155 169

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
35.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Sivadarshan
Shopify Partner
320 2 65

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