Vertical alignment on Bootstrap 3 columns with equal heightThe Solution The MarkupYou have to add the classes .container-xs-height and .row-xs-height to the container and the row, and also add .col-xs-height to the columns. <div class="container container-xs-height"> <div class="row row-xs-height"> <div class="col-xs-6 col-xs-height"></div> <div class="col-xs-3 col-xs-height col-top"></div> <div c