Home › Forums › Azuma › Featured Image in the Blog Layout grid › Reply To: Featured Image in the Blog Layout grid
December 22, 2019 at 6:51 pm
#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.