html - Vertically centering a div inside another div with unknown height in a responsive layout -
please take @ above website. possible have blocks of pictures vertically centered inside container?
in other words, having div class of row-fluid vertically centered inside div class of featured-projects.
to give css row-fluid class & give height of container.
css
.row-fluid { display: table-cell; vertical-align: middle; height: 300px; }
abd remove padding-top:2em featured-products class
Comments
Post a Comment