Forums

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

Home Forums CSS Equal height columns without js Reply To: Equal height columns without js

#245168
Paulie_D
Member

Basically, a flex-container won’t wrap it’s contents unless specifically told it’s allowed…with flex-wrap:wrap.

Note: CSS Tables, like actual tables, won’t wrap regardless.

So, if set that it’s just a matter of a media query to change the width (or more likely the flex values) of our columns to 100% at a lower viewport size.

http://codepen.io/Paulie-D/pen/gwOBWX