Forums

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

Home Forums CSS Responsive 1-2-3 column flexbox layout? Reply To: Responsive 1-2-3 column flexbox layout?

#241603
horstenj
Participant

Thanks Paulie,

The good news for me is at least that I’ve not overlooked something simple ;-). If it is not possible by pure CSS, I need to think of trick of some kind. I may have found one: http://codepen.io/horstenj/pen/LNvdKK

I’ll admit it’s a bit of a dirty trick as it also requires some HTML. But it works. In essence, I define the ‘aside 2’ twice and depending on the screen width, I hide one or the other.