My shopify store is showing different sizes of images

Hello everyone.

My shopify store is showing different sizes of images, I don’t know what is happening. Can anyone help me please?

Url is https://www.nimsayhome.com/

When I upload the product, it shows different size, sometimes large and sometime small.

Why this is happening?

My email address is abaidurrehma09@gmail.com

Please help me

Hi @AbaidUrRehman ,

Are you referring to this?

Please send me the code of main-collection-product-grid.liquid file, I will help you to check it.

Or you go to Assets > theme.css and paste this at the bottom of the file:

.collection--grid .product-item {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
}

Hope it helps!

Oh Thank you so much. It works for me

Hi @AbaidUrRehman ,

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.