Shopify themes, liquid, logos, and UX
Hello, as you can see in the picture there's that small gap at the end of my product grids and i can't seem to find the reason. i wanted it to be completely full width. i appreciate any help, thanks 🙂
Hello,
Please share "Store URL"
Thanks!
Hello, @someone1921
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom
.product-grid li {
max-width: 100% !important;
}
Thanks!
it kinda solves the problem but the layout “bounces” on mobile so i don’t think that’s the best solution… thank you anyways!
try this one @someone1921
@media (max-width: 768px) {
.product-grid li {
max-width: 100% !important;
}
}
Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025