Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I have only 3 products. So for mobile, on collection page, I have one product per row, the images look big. Can anyone help advise how to make them smaller just for mobile?
Thank you.
Regards,
Tara
Solved! Go to the solution
This is an accepted solution.
Hi Tara123,
Usually, the Code varies for different themes.
But It can be achieved through media Query and CSS.
For Refresh Theme,
In the Customize Section,
Select Collection -> Product Grid.
When You click on Product Grid, you will get option for Mobile Layout 1 Column & 2 Column.
This is an accepted solution.
Also paste the code here from Harsh Patel. In case anyone is looking for similar solution.
.card__inner.color-background-1.gradient.ratio {
width: 80%;
margin:0px auto;
}
This is an accepted solution.
Hi Tara123,
Usually, the Code varies for different themes.
But It can be achieved through media Query and CSS.
For Refresh Theme,
In the Customize Section,
Select Collection -> Product Grid.
When You click on Product Grid, you will get option for Mobile Layout 1 Column & 2 Column.
Thanks. But I prefer 1 column. Any code will help this?
Please send URL of your store.
I will look into it and suggest code.
is it something you want?
Will look good if can make the images smaller, like 80%.
This is an accepted solution.
Also paste the code here from Harsh Patel. In case anyone is looking for similar solution.
.card__inner.color-background-1.gradient.ratio {
width: 80%;
margin:0px auto;
}