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!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024