This topic has 4 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Rose Tyler
Single blog post. The featured image is huge. I would like it to be medium.
I found two size settings in Customizer > Blog > Blog Layout:
Image Sizes For Blog
– changing this to “medium” has changed the size on the blog (overview) page
Image Sizes For Related Articles
– am I right that this should change the size of the featured photo on a single post page?
– setting it to medium, or even 200×100 doesn’t seem to change anything?
Hello,
To change size of the featured image on the single post page, you can use custom CSS code:
.single-post .post-header .wp-picture img {
max-width: 376px;
}
Regards
Thanks, Rose. I will do that.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up