html - Vertically centering a div inside another div with unknown height in a responsive layout -


sample webpage

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

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -