How can I align images on my Warehouse theme blog page?

Hello everyone,

I am using the Warehouse Shopify theme and need some help on my blog page: https://tradewarehouse.co.uk/pages/blog

As you can see, all of the featured images are misaligned. I want them all inline just like the products on this collection page: https://tradewarehouse.co.uk/collections/waterbutt . So the top and bottom of each images is in line with each blog post featured snippet.

I’m not great with CSS, so can anyone help my with this?

Many thanks

Elliot

if you want to do this with using css then you have need to add the following css at the bottom of theme.css

.article-item__image {
height:350px !important;

}
you can change the value if you have need to increase or decrease the size of image
but i advise you add the images in same width and height instead of this because due to this some of image may crops a little bit.
dont forget to like. if you feel any problem please inform. thanks

1 Like

Amazing thank you so much! Works perfectly :wink:

Kind regards,

Elliot