Reply To: Post image size

Home Forums Support Post image size Reply To: Post image size

Home Forums Support Post image size Reply To: Post image size

#214444
Leo
Staff
Customer Support

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;
}