Help! I would like the product images on all the collections page to be the same size

Also, the product title and “add to quote” button is not on the same line and identical to each other.

Store: www.dotodone.co.uk

Password: dotodoneltd

Thank you

Please add this in theme.scss file

.product-card__image-with-placeholder-wrapper img {
overflow: hidden;
object-fit: cover;
height: 150px;
}

1 Like

Just from looking in chrome dev tools, the layout is looking for a max-width and max-height to set image sizes, so you’ll want to make all images larger than or at least equal to those max settings so they’ll be the same size.

This is how your inline stylesheet in an individual card looks:


1 Like

This didn’t quite work, images were the same size but the buttons and title were all over the place