Shopify themes, liquid, logos, and UX
I want my product size smaller in mobile view. I am Referencing images to you
My Website: https://houseofsneakers.in/
Reference website: https://hypestockexchange.in
Want small product in first website house of Sneakers you can see difference between them!!
Solved! Go to the solution
This is an accepted solution.
Hi @Emiway , go to theme.css and add the following code :
@media (max-width:990px){
.product-list__inner--scroller {
grid-auto-columns: 40vw !important;
}
}
Result:
This is an accepted solution.
Hi @Emiway , go to theme.css and add the following code :
@media (max-width:990px){
.product-list__inner--scroller {
grid-auto-columns: 40vw !important;
}
}
Result:
Hi, @Emiway.
Follow These steps,
Go to the online store theme and go to base.css file paste the code mentiond below.
@media (min-width: 320px) and (max-width: 767px) {
.product-list__inner--scroller {
grid-auto-columns: 32vw !important;
}
}
Result:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
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