Looking for advice on how to structure this markup:
<div class="wrapper">
<div class="row">
<div class="col-md-4"></div>
</div>
<div class="next-to-div"></div>
</div>
I'm trying to position div.next-to-div
right next to div.col-md-4
. However, the default positioning is placing it on a new line. Any suggestions?