Expand the size of the collections to be the same size as the width of the products

Solved

Expand the size of the collections to be the same size as the width of the products

PAUL8
Tourist
45 0 18

Hello,

I want to Expand the size of the collections to be the same size as the width of the products on my home page.
I use the theme: dawn and this is my store: womber.fr password: PROPAGANDAAA

Thanks for your help,

Cordially,

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the solution for you @PAUL8 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

 

 

<style>
.collection-list-wrapper.page-width.isolate.no-heading.no-mobile-link.section-template--22415287386377__collection_list_KzNFVH-padding {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
padding: 36px 1.5rem !important;
}
</style>

 

 

- Here is the result you will achieve:

BSSTekLabs_0-1726995722935.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the solution for you @PAUL8 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

 

 

<style>
.collection-list-wrapper.page-width.isolate.no-heading.no-mobile-link.section-template--22415287386377__collection_list_KzNFVH-padding {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
padding: 36px 1.5rem !important;
}
</style>

 

 

- Here is the result you will achieve:

BSSTekLabs_0-1726995722935.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
PAUL8
Tourist
45 0 18

Thanks, it's working well. And can you help me to add a countdown on my password page ? thanks you !

BSS-TekLabs
Shopify Partner
2350 702 828

Glad to help you. Have a good day.

I will check it!

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now