[Resolved] Content wraps around blog image

Home Forums Support [Resolved] Content wraps around blog image

Home Forums Support Content wraps around blog image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #366330
    Sylvia

    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.

    #366411
    Leo
    Staff
    Customer Support

    Hi there,

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

    #366415
    Sylvia

    Here you go:
    http://ipep-genpress1.qsandbox.com/blog/
    View access: 000

    #366700
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #367198
    Sylvia

    That worked. Thanks!

    #367270
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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