[Resolved] Post image size

Home Forums Support [Resolved] Post image size

Home Forums Support Post image size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #214440
    Hans

    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???

    #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;
    }
    #214532
    Hans

    Great and thanks! It works.

    #214547
    Leo
    Staff
    Customer Support

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.