• I am using Twenty Twenty Two and Elementor to assemble my very simple pages. I cannot get the text to wrap around images any further than the first line of text. In the text editor preview box the text wraps as I want it to, but the full preview and actual online page it doesn’t show the wrapping. I have gone through all of the image settings to wrap and it just will not do it. Why is this not working now. I’ve created many pages in the past without any issues.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator Felipe Santos

    (@foosantos)

    Hi there,

    Do you still reproduce this issue natively (without Elementor active on your site)?

    Thread Starter TGoedde

    (@tgoedde)

    Yes. The issue persists even with Elementor disabled.

    Moderator jordesign

    (@jordesign)

    Hi @tgoedde – taking a look at that example page I see the content was set up with Elementor – and still has that markup/code in place.

    I’d recommend editing that content with the block editor – at which point you’ll be able to set the images up to align/float to the left or right.

    https://www.ads-software.com/documentation/article/image-block/#aligning-images

    Thread Starter TGoedde

    (@tgoedde)

    Hi @jordesign, When I do this I loose all of the page design setup when I save it. Then on page review it still doesn’t wrap the text around the images. I have turned off all of the plugins and still have the same results. I can see the wrap in the text editor, but it doesn’t reflect in the preview window or wrap on the page update.

    Moderator jordesign

    (@jordesign)

    Hi @tgoedde – ultimately it does seem that Elementor is where this fix would need to take place. However – if you wish you can add this CSS code to make sure those images float.

    img.alignleft {
        float:left;
        margin: 0 20px 10px 0
    }

    Thread Starter TGoedde

    (@tgoedde)

    Thanks @jordesign !

    That worked for most all except the photos that have captions under them.

    Moderator jordesign

    (@jordesign)

    Hi @tgoedde – I’d be happy to take a look at that too. Can you please share the URL to one of the pages/posts on the site where there is a floated/aligned image with a caption so I can check it out?

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