Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello,
I would like to make the product grid full width 2 column on desktop. Im not sure how to code this.
Any help is appreciated!
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hello @scotticus
I understand that you would like the product grid to be full width instead of having a max-width of 1200px as it is now.
You can try to doing by this way:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
.section-template--17087053431095__product-grid-padding .collection.page-width{
max-width: 100%;
}
</style>
I hope the above code works and helps you.
Best regards,
GemPages Support Team
This is an accepted solution.
Hello @scotticus
I understand that you would like the product grid to be full width instead of having a max-width of 1200px as it is now.
You can try to doing by this way:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
.section-template--17087053431095__product-grid-padding .collection.page-width{
max-width: 100%;
}
</style>
I hope the above code works and helps you.
Best regards,
GemPages Support Team
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025