Hi,
I am trying to edit the text padding within the collections grids on my website am noticing that some of the product images are being cut off in both desktop and mobile view. I have tried scaling the product images to see if that will make a difference but it has not.
Hi @JBACON22
Please share your store URL, page URL, and also password (if your store has one) so we can help you.
Website not up yet but here are my credentials.
Peanut2021!
Hi @JBACON22 ,
Password is incorrect, can you resend it?
I will check it
Hi @JBACON22 ,
Go to Assets > theme.css and paste this at the bottom of the file:
.product-card__image-with-placeholder-wrapper {
height: auto !important;
}
Hope it helps!