Forums

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

Home Forums CSS Issues placing 2 divs side by side Reply To: Issues placing 2 divs side by side

#250018
bearhead
Participant

The behavior is the result of floating #questions-sidebar
The look you’re after can be achieved with display:table and display:table-cell:
http://codepen.io/kvana/pen/ygJpNp

You’ll probably need to use media queries to prevent it from looking weird at small screen widths