Shopify themes, liquid, logos, and UX
Hi,
Can you please help to increase grid size only on mobile. Desktop looks fine. On main page the grid size looks pretty small.
Thanks!
Please add the following CSS code to your assets/ component-product-listing.css bottom at the file.
@media (min-width: 360px) {
.productGrid .product {
padding-left: 2px !important;
padding-right: 2px !important;
margin-bottom: 0;
}
}
Thanks!
CSS for home page
Please add the following CSS code to your assets/ base.css bottom at the file.
@media (max-width: 551px) {
.halo-product-block .products-carousel .product, .halo-product-block .products-grid .product {
padding: 0 5px;
max-width: 308px !important;
width: 100% !important;
}
}
Thanks!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025