Make Product Images Smaller On Collection Page - Refresh

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

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.

1 Like

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.

www.veepli.com. Thank you.

is it something you want?

Will look good if can make the images smaller, like 80%.

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;
}