I have attempted to ensure that the shopping cart icon always appears on the right side of the screen for mobile, tablet, and desktop users using Bootstrap. However, I am facing issues with responsiveness. How can I ensure that the shopping cart icon always appears on the right side?
<div class="shopingicons mr-auto">
<a href="cart.html" class="icons-btn d-inline-block bag">
<span class="icon-shopping-bag"></span>
<span class="number">2</span>
</a>
</div>
Here is a demo link: https://jsfiddle.net/nvk87are/9/