Dawn theme collection page to edge of the website

Solved

Dawn theme collection page to edge of the website

Sivadarshan
Shopify Partner
314 2 61

I'm using dawn latest version I need to make the collection page till the edge of the website.

 

website: https://rugd-in.myshopify.com/

password: rugged

 

Screenshot 2024-10-28 170935.png

Accepted Solution (1)

websensepro
Shopify Partner
1879 223 267

This is an accepted solution.

Hi @Sivadarshan ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

 

<style>
.collection.page-width {
    padding: 0 !important;
}
</style>

 

 

websensepro_0-1730116010043.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Reply 1 (1)

websensepro
Shopify Partner
1879 223 267

This is an accepted solution.

Hi @Sivadarshan ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

 

<style>
.collection.page-width {
    padding: 0 !important;
}
</style>

 

 

websensepro_0-1730116010043.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP