removing wrap around text from images

  • Unknown's avatar

    have 2 images aligned on same line
    text wraps around 2nd image as it is aligned ‘left’
    if aligned ‘center’ ((which will eliminate wrap), image moves to next line.
    have tried inserting page breaks, lines, etc.
    have resized images to no avail

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    That’s expected behavior with left or right aligned images: the rest of the content is supposed to wrap around. To cancel the wrap-around effect, switch the editor to Text (=code), and either enclose the first paragraph that follows the two images in this code:

    <p style="clear:both;">
    PARAGRAPH HERE
    </p>

    or paste this before that paragraph:
    <div style="clear:both;"></div>

  • Unknown's avatar

    Thank you, Thank you, Thank you!
    Have spent 3 hrs searching for the answer in the WordPress forum, etc.
    What have I been missing? Is it somewhere in Support??

  • Unknown's avatar

    You’re welcome.
    No, it’s not in the Support docs.

  • The topic ‘removing wrap around text from images’ is closed to new replies.