Skip to content

Instantly share code, notes, and snippets.

@tcdevs
Last active July 19, 2016 10:09
Show Gist options
  • Save tcdevs/492d8d94928478f57060ddb2e4feca5a to your computer and use it in GitHub Desktop.
Save tcdevs/492d8d94928478f57060ddb2e4feca5a to your computer and use it in GitHub Desktop.
Boostrap 3 no padding for the 'container-fluid'
<div class="container-fuid">
<div class="row">
<div class="col-lg-12 no-col-padding"></div>
content
</div>
</div>
/* remove padding from cols */
.no-col-padding{
padding-right: 0;
padding-left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment