Archived topic
how to make the picture inside the post to fit right
2 replies · Started by omer on April 5, 2017
hello ,
i am having an issue with the picture inside the post it just very big look here
all of my post pictures was insert as a feature image .with 250*200 custom size.
everything is good until i got in into the post and there the image doesnot sit correct,how should i fix it ?
my site url:
https://buildingawebsite.co.il
i want to disable the picture just inside the post how can i do it ?
Hi Omer,
If you want to change the size of the picture in single post, you can try CSS like this:
page-header-image-single {
max-width: 250px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
If you want to hide the featured image in single post, then try Customizer > Layout > Page Header > Single Post Header Location > Hide.
Let me know if this answers the question.