My right sidebar is not floating to the right and has space from the right side. You can view it at this link:
<div class="col-md-2 col-lg-2 col-sm-2" id="right-sidebar" style="background-color:orange; float: right; right: 0!important; width: 100%;">
<?php get_sidebar(); ?>
</div>
Custom CSS:
#right-sidebar {
padding-top: 20px;
}