Collection page full width in dawn v 15.1.0

Solved

Collection page full width in dawn v 15.1.0

Sivadarshan
Shopify Partner
53 0 6

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
5516 1495 1785

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

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

GTLOfficial
Shopify Partner
558 121 110

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 4 (4)

Sangeetanahar
Explorer
541 36 69

hello @Sivadarshan 

can you please share your Website URL

thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
Sivadarshan
Shopify Partner
53 0 6
Moeed
Shopify Partner
5516 1495 1785

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

- Custom Design | Advanced Coding | Store Modifications


GTLOfficial
Shopify Partner
558 121 110

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