The correct solution (https://getbootstrap.com/docs/3.3/css/#grid-example-fluid) is to use the container-fluid
class on the surrounding div:
<div class="container-fluid">
<div class="row">
Content
</div>
</div>
The correct solution (https://getbootstrap.com/docs/3.3/css/#grid-example-fluid) is to use the container-fluid
class on the surrounding div:
<div class="container-fluid">
<div class="row">
Content
</div>
</div>