Text in Layout Grid gets overlapped by second LayoutGrid

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.

Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Post Reply
fredphoesh
 
 
Posts: 62
Joined: Thu Nov 15, 2012 7:00 pm

Text in Layout Grid gets overlapped by second LayoutGrid

Post 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.
Using 18.0.1
Windows 11 i7, 24gb RAM
User avatar
Pablo
 
Posts: 23255
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Text in Layout Grid gets overlapped by second LayoutGrid

Post 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.
fredphoesh
 
 
Posts: 62
Joined: Thu Nov 15, 2012 7:00 pm

Re: Text in Layout Grid gets overlapped by second LayoutGrid

Post 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
Using 18.0.1
Windows 11 i7, 24gb RAM
User avatar
Pablo
 
Posts: 23255
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Text in Layout Grid gets overlapped by second LayoutGrid

Post 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.
Post Reply