Vertical alignment in bootstrap's spans -
is there work around vertical alignment of elements or texts in bootstrap spans relative other spans
for eg. if have row , spans this
<div class="row-fluid"> <div class="span3" style="background-color:lightblue">description</div> <div class="span9" style="background-color:pink"> lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum .... </div> </div> it looks this

so there way show "description" vertically center of next span's height?
try display: table; parent , display: table-cell; child
Comments
Post a Comment