Hello,
Sorry but nit getting exactly, for which header images you want to set the image size.
Please share some more details and related snapshots/page URLs to check the issue.
Hello and thanks for the answer 🙂
I want to change the size of post picture which is shown.
See this screenshot for reference please:
https://ibb.co/nQ42Qzs
Best regards
Hello,
Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.
.single .thumbnail img {
width: 900px;
height: 450px;
}
PS- Change the width/height value according to need.
If not resolved with the above, share the exact page URL where you have that image.
Hello,
thank you so much, this works like a charm.
Last question: Any chance to center the image?
Its now aligned left…
I googled around for some while, but nothing worked 🙁
Best regards
Hello,
Kindly share a page URL where you facing this issue, so I can try to inspect that and able to provide you the code.
Hello,
thank you very much.
https://www.rapax.net/reviews/waffen/pp-2k
Currently I removed the post picture because it was aligned left.
But I added the code you posted earlier and sized it well. Now I wanted to align it to the center.
Best regards and have nice weekend
Hello,
Kindly add the image and let us know because without seeing the issue how can Inspect and check the causes for the issue.
and all other images are also left-aligned, Do you only want the featured image to align center?
Hello,
I enabled the picture.
I just want the .single .thumbnail img to be centered 🙂
Hello,
Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.
.single .thumbnail {
text-align: center;
}