How can I change the size of an image on my website?

Hi there,

I am hoping this is a simple one but I can’t seem to find out how to do it on my end.

Is there anyway to make the 1st image the same layout as the 2nd and 3rd.

My url is: www.maternallyhappy.com and I am using prestige.

Thanks heaps,

Caitlin

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.blog-post-card img {
height: 300px;
}

Amazing! Thank you!

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.