That’s exactly what i was looking for. Thanks!
thanks.. created some css to do the trick.
You could rewrite some of the css styling, using the div tags and spacing.
`div.main_inner {
display: table;
}
div.staff-member {
float:left;/*fix for buggy browsers*/
display:table-column;
width:230px;
height:250px;
text-align: center;
vertical-align: middle;
}