New Landing How can we help? Cardinal Change post image size (featured image size) Reply To: Change post image size (featured image size)

#290875
Kyle – SUPPORT
Moderator
Post count: 35880

Add this to your custom css:

.single-post- figure.media-wrap img {
  width: auto;
}

In the post meta you will have to change the layout of the media from full width to ‘above content’

– Kyle