Hi there,
I created a new post and set 700*700 image size as featured image.
It looks very big in the post.
- How to fix this ?
- Can I create templates for posts (blog)?
https://www.letssgo.com/uncategorized/entertainment-this-week/
Thanks
Hi there,
I created a new post and set 700*700 image size as featured image.
It looks very big in the post.
https://www.letssgo.com/uncategorized/entertainment-this-week/
Thanks
Hi @amitd,
Thank you for reaching out to us.
.single-post .entry-featured {
background: #fff;
border-bottom: none;
}
.single-post .entry-featured .entry-thumb {
max-width: 50%;
margin: 0 auto;
}
Or if you want to show the featured image full width then you could add this code instead:
.single-post .entry-featured .entry-thumb img {
max-height: 500px;
object-fit: cover;
}
Thanks!
Thank a lot. It works.
About the point, I am exploring wordpress Gutenberg, so let me see if template is required or not.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.