Wrapping Text Around Images

I’ve tried every solution in the KB and my own experience yet cannot get this to work…

http://dge.co50demo.com/about-us/

We just want the text to flow under the image on the right when the browser window is narrow (but not yet on mobile breakpoint). Right now it shrinks the image and the text stays to the left. Tried left floating the text, right floating the image. Nothing works. Thanks.

Hi There @co50

Thanks for writing in! That is because you have a separate Column for your image. You can add the image to your Text element and add inline styles to the image.

For example:
<img style="float:right;" src="https://path.to/image.jpg"/>

To see a similar example, please check the following thread (https://theme.co/apex/forum/t/text-wrap-around-image/15953/2).

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.