Collection List Photo Sizing

Collection List Photo Sizing

Sarasvati
New Member
4 0 0

Hello,

 

I am trying to make all collection cover images to have the same size. I am trying to search the community forum to find the right solution, but I am having trouble figuring this out. 

 

I am using the Xtra theme, and I multiple pages with collection lists all over, and the collection category images are all different sizes. I am just trying to get them all to match the same size to look easy on the eyes. 🙂 

 

My site is locked, behind a password. If you need access to it I can DM the password.

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
9669 1936 1971

Hi @Sarasvati 

Please check in your Online Store > Themes > Customize > Collection > Default collection > Theme settings, it has option to change Image ratio Screenshot 2024-09-13 at 10.39.06.png

- Helpful? Like and Accept solution! Support me! Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Sarasvati
New Member
4 0 0

Hi!! Thank you for your reply. That is there, but it doesn't change the size of the image, they are still all different sizes for the header images for each collection. It seems to be when you have 1 - 3 collections in a collection list, the image is huge, but it sizes as you add more collections to the list. So, 4- 5 collections it looks great, but if you don't have enough in the list, the size is huge for the collection list. 

Sarasvati
New Member
4 0 0

It seems to be collection lists section on pages. Not the collection page itself, if that makes sense. It looks good on mobile, but when on a computer, it looks huge. If on a tablet, if larger size, same thing. 

Sarasvati
New Member
4 0 0

this worked for me. 


@media only screen and (min-width: 761px) {
#root .l4cl.w33 li,
#root .l4cl.w50 li {
max-width: 320px;
}
}