I'm just playing with flexgrids. So, I added one to a new project and changed the template to 'newspaper'. I then added a responsive menu to the first row and noticed that it seemed to overlap into the second row.
So, I tested by adding a panel menu to the second row. That didn't seem to fit either. So, I added another flex grid and left it at the default. Added a responsive menu and that seemed to go in OK. When I preview it, it looks fine - it's just the WWB layout that doesn't seem to be very WYSIWYG
I ended up with this:
So, what is going on? I am sure it will be something simple, but I can't see it.
Demo project can be found here: https://www.dropbox.com/s/hie7acxlcgzj5 ... 1.wbs?dl=1
Oh, and I'm using the latest 17.1.2 version.
cheers
Alan
Playing with flexgrid - a WYSIWYG issue?
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
Re: Playing with flexgrid - a WYSIWYG issue?
The height of the row is set to 1fr. This means that it will always have a 'fixed' height, based on the height of the flex grid.
If you want a dynamic height, then set the row height to 'auto'.
If you want a dynamic height, then set the row height to 'auto'.
Re: Playing with flexgrid - a WYSIWYG issue?
Fantastic.
Thank you.
Alan
Thank you.
Alan