Reply To: size of blog entry image

Home Forums Support size of blog entry image Reply To: size of blog entry image

Home Forums Support size of blog entry image Reply To: size of blog entry image

#203553
Tom
Lead Developer
Lead Developer

Hi there,

Couple options:

a) If you have the Page Header add-on, you can go to “Customize > Layout” and change the Single Post Header Position (at the bottom) to “Below post title”.

b) If you want to float it, change it to below post title or inside content area, and then add this CSS: https://generatepress.com/forums/topic/wrap-text-round-header-image-or-feature-image/#post-170471

c) Hide it on the single post, and add the image you want into the content of the post:

.page-header-image-single {
    display: none;
}