trying to align the height of the cols in a row.
.row { display: table; } [class*="col-"] { float: none; display: table-cell; vertical-align: top; }