- This topic has 6 replies, 2 voices, and was last updated 2 years, 7 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Is there a way to reduce the automatic size of the featured image in a post? Which currently is at the top of the post, large.
Thanks
Hi Nicole,
Can you please describe the issue more detailed? Can you please share the screenshot of the issue for more clarification?
Kind Regards
If you check this page, you can see the post starts with a very large image. I know that I can disable this feature but I would like to know if I can just adjust its size for all posts. ?
Thanks!
Hi Nicole,
Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
.post-content img {
width: 80%;
height: 500px;
margin: 0 auto;
}
Kind Regards
And it distorted also all images in my full recipe gallery, so I had to delete it again.
Hi Nicole,
At first sorry for the late reply, we had holidays
So the one way to make the images smaller is to rebuild them manually, change their height and width, or please describe for us exactly how you want them to be presented and we will try to modify CSS snippets to your needs.
Kind Regards