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.
Text in Layout Grid gets overlapped by second LayoutGrid
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
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
-
-
- Posts: 62
- Joined: Thu Nov 15, 2012 7:00 pm
Text in Layout Grid gets overlapped by second LayoutGrid
Using 18.0.1
Windows 11 i7, 24gb RAM
Windows 11 i7, 24gb RAM
Re: Text in Layout Grid gets overlapped by second LayoutGrid
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.
If you set the full width to false then the text will have a fixed size.
-
-
- Posts: 62
- Joined: Thu Nov 15, 2012 7:00 pm
Re: Text in Layout Grid gets overlapped by second LayoutGrid
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
Windows 11 i7, 24gb RAM
Re: Text in Layout Grid gets overlapped by second LayoutGrid
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.
If the width gets smaller then the height will increase otherwise the text will not fit.
That is how HTML works.