[Resolved] Customize > Blog > Post Images

Home Forums Support [Resolved] Customize > Blog > Post Images

Home Forums Support Customize > Blog > Post Images

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

    I tried to use this topic to change the size and position in the blog entry.

    Unfortunately both didn’t work. The position was always left and the size was always full. What might be the solution to this problem???

    #214187
    Leo
    Staff
    Customer Support

    Hi there,

    I believe the Post Image options are for the images on the blog page, not for the blog entry itself.

    If you want to re-size the image in the blog entry, WordPress has an image scaling option in the media library you can access by clicking “Edit image” when selecting the image you want to use. More info here: https://en.support.wordpress.com/images/image-editing/

    To change the position, you can try adding the following CSS:

    .page-header-image-single {
        text-align: center;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    Let me know if this helps 🙂

    #214256
    Hans

    Thanks for the answer. It worked on the single post. It was a cache problem – sorry to confuse anyone.

    #214345
    Leo
    Staff
    Customer Support

    glad it’s solved 🙂

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