Archived topic
Post image size
3 replies · Started by Hans on August 1, 2016
Viewing posts 1–4 of 4
Hi Tom,
I'am trying to get the post image to the correct size. I entered via
Customize > Blog > Post Images
600 an 400.
But still I get a full size picture. What do I make wrong???
Hello,
Post Image options are for the images on the blog page (the one with all the post entries). If I understand correctly you are hoping to change the image size in single posts. If so then try the following CSS:
.page-header-image-single {
max-width: 600px !important;
}
Great and thanks! It works.
You're welcome :)
This archived topic is closed to new replies.