Horizontally Scrollable Bootstrap Columns
.parent{ overflow: auto; white-space: nowrap; } .columns{ display: inline-block; float: none; } Reference: https://stackoverflow.com/questions/26281242/bootstrap-row-with-horizontal-scroll