I am building a site in bootstrap for the first time. I have this issue. I made my html like this
<div class="container">
<div class="row">
<div class="col-lg-6">
<span class="text-left">SOME TEXT HERE</span>
</div><!--END col-lg-6-->
<div class="col-lg-6">
<span class="text-right">SOME TEXT HERE</span>
</div><!--END col-lg-6-->
</div><!--eND row-->
</div><!--END container-->
My problem is that the text insice the coloumns on the right side are still aligned to the left side of the column and not the right. Not sure why that is.
Here is the site
http://themebuddies.com/templates/elegence/