Page 1 of 1

Text in Layout Grid gets overlapped by second LayoutGrid

Posted: Mon Feb 21, 2022 7:54 pm
by fredphoesh
Hello all
I made a layout grid with two images and some text. I then made a second layout grid with text and one image and this second one is stacked below the first one.
When I resize, at some point the Layout Grid below overlaps the text on the Layout Grid above.... see this video.
http://videoblurb.com/mp/WYSIWYG-overla ... -46-06.mp4

I have also uploaded the project here
http://videoblurb.com/mp/testing2.wbs

It seems to me that the contents of the second Layout grid should never overlap any part of the first layout grid... no?

Thanks,
Mark.

Re: Text in Layout Grid gets overlapped by second LayoutGrid

Posted: Mon Feb 21, 2022 9:00 pm
by Pablo
You will need to set the 'full width' property of the text to 'true' otherwise the text will not be flexible.
If you set the full width to false then the text will have a fixed size.

Re: Text in Layout Grid gets overlapped by second LayoutGrid

Posted: Tue Feb 22, 2022 8:37 am
by fredphoesh
Pablo wrote: Mon Feb 21, 2022 9:00 pm You will need to set the 'full width' property of the text to 'true' otherwise the text will not be flexible.
If you set the full width to false then the text will have a fixed size.
Aah, yes, thanks Pablo, that works... though I wonder why it is called full WIDTH when it is the height that is being affected... Tx Mark

Re: Text in Layout Grid gets overlapped by second LayoutGrid

Posted: Tue Feb 22, 2022 10:03 am
by Pablo
The height is affected because the width changes...
If the width gets smaller then the height will increase otherwise the text will not fit.
That is how HTML works.