Twitter Bootstrap aligns the navigation buttons that are placed on both sides of the page.
<ul class="pager"> <li class="previous"> <a href="#">Previous</a> </li> <li class="next"> <a href="#">Next</a> </li> </ul>
I have a <h3> header that is above these navigation links (top)

I want to place this name between these buttons (Bottom). How can I do this while keeping the navigation buttons aligned?
source share