Forums

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

Home Forums CSS Flexbox layout query Reply To: Flexbox layout query

#283632
Paulie_D
Member

Unfortunately, this is a classic “masonry” issue. Once wrapping occurs, it wraps to a NEW ROW not the available space on the current row.

There really is no CSS layout method that will wrap dynamically like you appear to require. Css-Grid can get close but it requires some massaging and is not really dynamic.

https://stackoverflow.com/questions/44377343/css-only-masonry-layout