Home › Forums › CSS › Vertical aligning divs in li's? › Reply To: Vertical aligning divs in li's?
October 24, 2014 at 3:37 pm
#187012
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