How can I fix inconsistent collection window sizing on my site?

Hi All,

Different Lengths of text and image sizes are making my collection window look dreadful.

https://intelevi.com.au/pages/home-electric-vehicle-charging-solutions-ev-chargers

I did try to change the image size from inside Shopify however didn’t have much success.

Any help would be much appreciated.

Thanks

Ian

Add Below CSS

.product-card__image-with-placeholder-wrapper {
    height: 270px;
    width: auto;
}

Hit Like and Accept as Solution

Sorry where exactly do a place this code?

Add this to theme.css file

That code messed up a different page and now i cant remember the original code

https://intelevi.com.au/collections/home-electric-vehicle-charging-stations

Remove the below code from theme.css file

.product-card__image-with-placeholder-wrapper { height: 270px; width: auto; }