How can I make my shopify page with all the products look similar size?

I am using dawn theme and one of the problem that I have been facing is all the products look differently sized I would like all of them to be in sync.

Can you help me do all the products look similar sized please?

I have attached the example to my page with the issue that I have been facing.

Hi @ajaxsayo ,

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

.product-card-wrapper .card__inner, .product-card-wrapper .card__inner img  { height: 500px !important; object-fit: contain; }

I dont have custom.css or theme.css in my asset folder for Dawn theme 2.0 ..I have theme-editor.js ?

You can add in base.css

Worked like a charm,thank you so much Zaczee.

Best regards,

Ajax