I want to create a 2-col 6/6 section. The form is responsive but when i try to add contact-links section outside of contact-form it doesn't work. What is the correct way to format it in bootstrap?
- contact-form section (floated to left)
- contact-links section (floated to right)
https://codepen.io/anon/pen/gRgOGN
<div class="contact-links">
<div class="col-md-6">
<ul>
<li>Facebook</li>
<li>Twiiter</li>
<li>Call Us</li>
<li>Find Us</li>
</ul>
</div>
</div>
Thanks