html - Pricing table: <div>'s do not align when an <li> element is removed -
i creating pricing table 4 sections. div
's created work fine until li
element removed. whole box shifts down , not align. it's worth mentioning using bootstrap.
i have tried:
- forcing position
- removing margins/padding
- setting width/height
- leaving empty
<li></li>
(sort of works, doesn't align property)
here code: http://cssdeck.com/labs/full/xlaibrry
your appreciated!
add vertical-align:top boxes:
.whole{ vertical-align:top; }
Comments
Post a Comment