My bootstrap code looks like this:
<div class="container">
<div class="row">
<div class="col-md-8">content</div>
<div class="col-md-4">
<div class="map">map goes here</div>
</div>
</div>
</div>
The .container is centered and not full width. I am trying to make the .map div stretch all the way to the right border of the browser window. Any suggestions on how to achieve this?