<div class="row">
<div class="col-sm-6" style="margin-right: 1px;">CONTENT</div>
<div class="col-sm-6"> CONTENT</div>
</div>
When adding a margin to the first element, it causes the next element to shift below the first. Is there a way to create space between the elements without affecting the layout?
Thank you. Apologies for any language barrier.