Hello,
I would like to make my product grid expand to either size of the page with only a small gap of 10px. How can I do this? Thank you
URL: https://www.livwithin.com.au/collections/all
PW: pewpog
A Shopify store owner wants to modify their product grid layout to extend closer to the page edges with only 10px gaps on each side.
Initial Solution Provided:
.product-grid-container padding and grid item widths for desktop views (min-width: 990px)Remaining Issues:
Screenshots were provided showing both the misalignment issue and the homepage section that needs modification. The discussion remains open with these two follow-up requests pending resolution.
Hello,
I would like to make my product grid expand to either size of the page with only a small gap of 10px. How can I do this? Thank you
URL: https://www.livwithin.com.au/collections/all
PW: pewpog
Hi @ellacoker
Please go to Sales channels > Online Store > Themes > Customize > click settings icon > Custom CSS, add this code below
@media (min-width: 990px) {
.product-grid-container .collection.page-width { padding: 0 10px !important; }
.product-grid-container .grid--4-col-desktop .grid__item {
max-width: calc(26% - var(--grid-desktop-horizontal-spacing)* 3 / 4) !important;
}
}
Hi Dan,
Thank you very much for this - It worked. Two things though.
When I did it, the top ones are perfect but the bottom 3 products now are slightly out of line.
And number two, i would like this same effect (the products coming right to the edge) for my home page product collection, how can I do this too? Thank you so much,
I have atttached some screenshots.