Wrap text around image

How do I wrap a text around an image? I searched online and everything I saw said to add “float:”
I tried adding that to my custom css on the element but it didn’t work. What am I missing?

Image included as example:
Screen Shot 2023-09-27 at 2.46.11 PM

You put float css on the image parent div

your divs need to be display: block instead of flex also

2 Likes