Site logo

Archived topic

Customize > Blog > Post Images

3 replies · Started by Hans on July 30, 2016

Viewing posts 1–4 of 4

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

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 :)

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

glad it's solved :)

This archived topic is closed to new replies.