Grid: Fill space always as block if possible

Hi Team,

I have some team pages and I play around with “Grid”.
Is it possible to have a grid, which trys to produce a block of cells?

E.G.: four cells.
Behaviour now: If I reach a breakpoint the last cell will went into the next line:

[] [] [] []

will be :
[] [] []
[]

What I want:
[] []
[] []

The same, if we have six:

[] [] [] [] [] []

reaching breakpoint change to:

[] [] []
[] [] []

Does this make sense?
Thank you,
Michael

When in the Grid controls. If you click on the “Columns” label it’ll open up the breakpoints for Column. The screenshot is based on your 6 to 3x3 example. Let us know if that helped and have a great day!

image

So simple! Thank you :slight_smile:

Hi Michael,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.