Collection page full width in dawn v 15.1.0

Solved

Collection page full width in dawn v 15.1.0

Sivadarshan
Shopify Partner
320 2 65

Hi, I need to make the collection page to full width in dawn theme v 15.1.0

I attached the reference imageScreenshot 2024-09-16 104028.png

Accepted Solutions (2)
Moeed
Shopify Partner
7362 1994 2433

This is an accepted solution.

Hey @Sivadarshan 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

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

RESULT:

Moeed_0-1726465203894.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

GTLOfficial
Shopify Partner
829 171 187

This is an accepted solution.

Hello @Sivadarshan 

Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.

@media screen and (min-width: 750px) {
.page-width {
padding: 0rem;
max-width: 100% !important;
}
}

reuslt

7.png

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 3 (3)
Sivadarshan
Shopify Partner
320 2 65
Moeed
Shopify Partner
7362 1994 2433

This is an accepted solution.

Hey @Sivadarshan 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

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

RESULT:

Moeed_0-1726465203894.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


GTLOfficial
Shopify Partner
829 171 187

This is an accepted solution.

Hello @Sivadarshan 

Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.

@media screen and (min-width: 750px) {
.page-width {
padding: 0rem;
max-width: 100% !important;
}
}

reuslt

7.png

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh