Page 1 of 1

overflow

Posted: Wed Aug 28, 2024 12:17 pm
by miodrag
I have one layout grid with 6 columns each with one picture.When breakpoint activates i have one column with 6 rows.I want to ask if its possible to set custom arrangment for example in breakpoint to be 2 colums with 3 rows..

Re: overflow

Posted: Wed Aug 28, 2024 12:39 pm
by crispy68
You will need to either use nested grids or use flex grid instead.

Re: overflow

Posted: Wed Aug 28, 2024 12:47 pm
by miodrag
im not familiar with nested grids, anyway thank you again :)

Re: overflow

Posted: Wed Aug 28, 2024 9:43 pm
by onlye
Crispy is referring to dragging a layout grid inside another layout grid. Let's say you have a two column grid. Drag a new grid with two columns inside each of the columns of the parent grid. When the parent grid breaks to rows you will have two rows each with two columns. Then when the inside grids break to rows you will have 4 rows.

Crispy does some really cool designs using this technique.

Re: overflow

Posted: Wed Aug 28, 2024 9:46 pm
by miodrag
I understand :) thank you 👍