Page 1 of 1

LayoutGrid = FlexGrid

Posted: Mon Sep 26, 2022 7:34 pm
by sieweb
Hi,
I have a LayoutGrid with two columns (4x / 8x) that behaves in several breakpoints as it should.
Now I want to put a FlexGrid with again two columns but two rows underneath that behaves the same in width.
How to achieve?
I can put another LayoutGrid with the same settings, but I would like set a single border round the two rows.
horst

Re: LayoutGrid = FlexGrid

Posted: Mon Sep 26, 2022 8:15 pm
by crispy68
Set your two columns in the flexgrid as 33% and 67%

Re: LayoutGrid = FlexGrid

Posted: Mon Sep 26, 2022 8:52 pm
by sieweb
:) True, simple solution!