Why are my collection list images overlapping on Shopify?

Hi!

My collection list on shopify is suddenly overlapping 2 product images - the bottom one has shifted up?

I didnt change the code but I did update the photo in the product page.

any ideas?

THANKS

@EMRENPP

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!

Hi @EMRENPP , please provide your site link and password

Sure
Www.Emrenthelabel.com.au<>

1 Like

May2022

1 Like

i have temporarily disabled password

Hello @EMRENPP

Please find below CSS on collection template and remove it, after that it works as expected.

.grid.grid--uniform.grid--view-items li:nth-last-child(1) .product-card__image-with-placeholder-wrapper {
    transform: translateY(-50%); 
}

Also, please check attached screenshot:

Thanks.

1 Like

you are a magician - thank-you!

1 Like

Thank you :slightly_smiling_face: You’re most welcome!!