I have a small issue. I've added a bottom navbar with 3 social icons and a text to present what are these icons. Screenshot
I would like to put this text really at the right, or left, but not like this. It does the same thing if I do in the other side.
Like that the icons would be really at the middle.
<nav class="navbar navbar-default navbar-fixed-bottom" role="navigation">
<div class="container">
<p class="navbar-text navbar-right text-right">Suivre l'IUT de Lens</p>
<div class="social">
<ul>
<li><a href="URL"><i class="fa fa-lg fa-facebook"></i></a></li>
<li><a href="URL"><i class="fa fa-lg fa-twitter"></i></a></li>
<li><a href="URL"><i class="fa fa-lg fa-google-plus"></i></a></li>
</ul>
</div>
</div>
</nav>