Hi Shopify people,
I am editing my collections list (I have nine collections in total) on one of my pages, and the Prestige template is breaking them into three rows when using desktop.
This makes the images too large, and they are not looking good.
Is it possible to change the collection images to around 200px x 300 px and have 4 collections list images in each row on my page?
I appreciate your help!
Hi @Simon99 ,
Can you please share your Shopify store URL? so I can check it for you and help you to fix the issue?
Thank you.
Hi SheetalZadfiya,
My Shopify store URL is https://oztetamigo.myshopify.com/
Thank you for helping!
Hi @Simon99 ,
As I have checked the prestige template, the theme does not provide the setting for collection to set items per row. You can change CSS in theme.css for listing.
.CollectionItem {
min-width: 25%;
}
Thank you.