Site logo

Archived topic

Content wraps around blog image

5 replies · Started by Sylvia on August 15, 2017

Viewing posts 1–6 of 6

The landing blog page is currently on the masonry setting. However, the first few words of the blog content wraps around the featured image whether I have it on left, right, or center justified. I also tried enlarging the featured image setting in the masonry settings. That did not solve it. Not sure what to do now.

Hi there,

Any chance you can link us to the page? Thanks!

This is because your images are set to float right.

Since most of your posts don't work with that layout, I would set the option to aligned center.

Then use some CSS to float it to the right on the featured post:

.masonry .masonry-post.width6 .post-image,
.masonry .masonry-post.featured-post .post-image {
    float: right:
    margin-left: 2em;
}

That worked. Thanks!

You're welcome :)

This archived topic is closed to new replies.