I'm attempting to create two columns with 100% width using Bootstrap 3 framework, but I'm experiencing some padding between the right and left positions.
In my code, the left column will display a Google map, and the right side will feature a contact form.
How can I remove this padding to achieve a full-width row?
Below is my current code:
<section id="contact">
<div class="container-fluid">
<div class="row">
</div class="col-md-6"> ... </div>
</div class="col-md-6"> ... </div>
</div>
</div>
</section>
Desired Output:
--------------------------------
|
|
|
|
--------------------------------