Home Forums Azuma Featured Image in the Blog Layout grid Reply To: Featured Image in the Blog Layout grid

#8764
Andy
Keymaster

Add this CSS code to Appearance > Customize > Additional CSS:

#grid-loop article .post-thumbnail {
    max-height: 200px;
    overflow: hidden;
}

change 200px to any value you think looks right for your site.