Bootstrap v3.1.0 and want to convert the below[custom nav footer] to fixed bootstrap nav bar to footer

I have Bootstrap v3.1.0 and want to convert the below[custom nav footer] to fixed bootstrap nav bar to footer…
Can you suggest code?

<div id="footer-content">
<ul class="footer-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About / Gallery</a></li>
<li><a href="contact.html">Contact &amp; Map</a></li>
<li><a href="links.html">Links</a></li>
</ul>
<p id="copyright">&copy;2014 yyyy Private English Institute - Limassol</p>
</div>
    </div><!-- /.container -->
1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.