Forums

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

Home Forums CSS Vertical aligning divs in li's? Reply To: Vertical aligning divs in li's?

#187012
Paulie_D
Member

Floating is incompatible with vertical-align…so perhaps just add another div to hold the text inside the cell?

In fact, if all you are doing is adding an ‘arrow’ you could use a pseudo-element.

Or don’t use ‘table-cell’ at all..use inline-block instead

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