Product Grid Width Padding Adjustment

alixzander
Tourist
14 0 1

Hello Everyone!

 

I'm looking to adjust the side width of my product grid layout to be closer to the edges of the website, I will show my layout and the reference design. I'm using the dawn theme

 

Screen Shot 2023-02-24 at 3.14.49 PM.png

Reference

 

Screen Shot 2023-02-24 at 3.15.05 PM.png

My current product page

Replies 3 (3)
PageFly-Victor
Shopify Partner
7865 1782 2947

Hi @alixzander ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.collection.page-width {
    max-width: 180rem !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

alixzander
Tourist
14 0 1

Hello Victor!

Still doesn't work, and I followed all of the instructions 

 

PageFly-Victor
Shopify Partner
7865 1782 2947

Sorry about that, you can try another way as follows

Step 1: Go to Online Store->Theme->Edit code
Step 2: Add my code  above the </body> tag on Theme.liquid:

<style>
.collection.page-width {
    max-width: 180rem !important;
}
</style>