Site logo

Archived topic

is there a way to wrap text around a featured image?

2 replies · Started by mmarvel on August 30, 2017

Viewing posts 1–3 of 3

Hi

Item 1) Is there a way to wrap text around a featured image?

Alternative Method: If not, this would be my alternative if i could make it work. I would add the featured image so it shows on my page of masonry posts.

Then in the single full post I would re-add the image into the content and wrap text for viewing as a single post. The problem is when i view the single post the image shows twice. Once at the top before the title as the featured image, and then in the post content.

Item 2) So i wonder if i could hide the feature image when viewing the full post but use the featured image in my masonry post configuration.

I hope this makes sense. Thanks. Martha

Hi again

I found this css and wondered if i could modify for generate press theme?

.blog #content .hentry {
display: block;
height: 1%;
overflow: hidden;
}
.blog #content .featured-image {
float: left;
width: 12%;
}
.blog #content .entry-container {
float: right;
width: 85%;
}

Hi there,

1) For the posts page and single posts? For posts page you should be able to use alignment left/right if it's set to below post title:
https://docs.generatepress.com/article/adjusting-the-featured-images/

But the picture also need to be small enough so the text can wrap.

2) That option is currently in Layout > Page Header > Single Post Header Location

This archived topic is closed to new replies.