How do I align my products to the bottom instead of the top on Prestige theme?

Hi,

I have product images of different sizes and I would like to align all the pictures at the bottom instead of the top as you can see on the screenshot. Like that the product titles would also be on the same line.
Does anyone has a solution for me?

Thanks in advance.

Aude

Hi @AudeBe
can you share store URL?

Yes of course, here https://www.thedybdahl.com/

Hello @AudeBe

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.css file

  3. Paste the below code at below
    .AspectRatio–square>img{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    }

Hi, it helped a little, now the title is on the same line but the pictures are not align at the bottom. Plus the margins between pictures is a lot wider now.