Forums

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

Home Forums CSS Re-ordering divs and position/layout, is flexbox the answer? Reply To: Re-ordering divs and position/layout, is flexbox the answer?

#236425
gcyrillus
Participant

hello,

maybe display:grid; will be helpfull in the future.

Here, if .image has known and fixed size, then the absolute/static position + min-height could do it .(mind box-sizing).

http://codepen.io/anon/pen/WrpGzo

you can still use flex to vertical-align content aside image when not as tall as image

http://codepen.io/anon/pen/ZQepjv