Wix studio I want to word wrap text around an image using code any ideas?

Question:
How to wrap text around an image using code

Product:
wix studio

What are you trying to achieve:
text to wrap around image.

What have you already tried:
I tried adding custom css: .image { float: right;}

Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]

Hey, I’ve done something similar, though for some reason I could only make it work floating to the left.

In addition to adding {float.right} you need the box the text and image is in to have {display: block}

Thank you for the response Simen. I am still working on a solution for this. Floating left would be sufficient for what I need to do. Do you have an example of the code snippet by chance?

I did get some help with it myself, here is the video tutorial he sent me:

It does look like he gets it to work with right float is well.