Home › Forums › CSS › Responsive 1-2-3 column flexbox layout? › Reply To: Responsive 1-2-3 column flexbox layout?
May 14, 2016 at 8:11 am
#241603
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.