The featured image looks too large and odd sitting above a post body inside the post.
But we need it for the blog catalog page showing all the latests posts.
Is there some code to suppress the featured image just in the post itself and not other places where it looks and works good?
1 Like
Hello @thoughtsociety,
Thanks for asking. 
You can add following CSS under X > Theme Options > CSS:
.single-post .entry-featured {
width: 70%;
margin: 0 auto;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI
Thanks.
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.