Page 1 of 1

Wrap Text Box Issues

Posted: Fri Apr 29, 2022 8:42 am
by BazzaBoy
I have wrapped some text around an image using the Wrap Text tool. Two issues:
  • The text hugs the image. I am trying to put some space between the image and the text using padding or margins, but not quite successful.
  • I am not able to use this wrap text box inside a layout grid or a flex container. Is there a workaround, so that I can use it on a page with layout grids?
Help appreciated. Thanks in advance.

Re: Wrap Text Box Issues

Posted: Fri Apr 29, 2022 9:31 am
by Pablo
You can apply margin to the image to add spacing around the object.

By default, a wrap text is a fixed/absolute layout element.
To use it in a layout grid you will need to set 'position children' to 'floating'
This is documented in the help.

Related tutorial:
https://www.wysiwygwebbuilder.com/wrap_text.html

Re: Wrap Text Box Issues

Posted: Sat Apr 30, 2022 12:57 am
by BazzaBoy
Thanks Pablo,

I did look in the Help, but somehow missed it.

Thanks again.