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
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
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<>
May2022
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.
you are a magician - thank-you!
Thank you
You’re most welcome!!