Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Two column grid layout with varying height Reply To: Two column grid layout with varying height

#280204
Paulie_D
Member

No, this is not exactly possible with CSS-Grid unless you are dealing with known number of rows since there is no method of telling an item to span all rows unless the number is known.

Also, if the row heights aren’t consistent from column to column it’s not a grid.