Skip to content

Instantly share code, notes, and snippets.

@bq1990
Created November 20, 2014 16:25
Show Gist options
  • Save bq1990/d829b4c2d87c7a728289 to your computer and use it in GitHub Desktop.
Save bq1990/d829b4c2d87c7a728289 to your computer and use it in GitHub Desktop.
Bootstrap center column in row
.col-centered{
float: none;
margin: 0 auto;
}
<div class="row">
<div class="col-lg-1 col-centered"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment