I am currently utilizing the Bootstrap framework and I'm facing a challenge where I need an element positioned at the end of a row.
<div class="row">
<div>div 1</div>
<div>div end</div>
</div>
These divs are structured in a row which is the desired layout. However, I am unable to get the "end div" element to align with the right corner of the row. Despite trying various Bootstrap classes, the elements still remain adjacent to each other.