First of all my english not perfect, sorry about that.
I'm using bootstrap 3.3.7 and trying to custom grid, but I can't. I use a code structure like that but I don't know how to do inside ".container" > ".col-md-6" full width.
I also add an image, thinking that I can't explain my problem. > IMAGE EXAMPLE
<div class="container">
<div class="row">
<div class="col-md-5">Some content</div>
<div class="col-md-1">Empty</div>
<div class="col-md-6">Carousel</div>
</div>
</div>