Create a full-width navbar that scrolls away with the page by adding .navbar-static-top
. Unlike the .navbar-fixed-top
class, you do not need to change any padding on the body.
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container-fluid">
...
</div><!-- /.container-fluid -->
</nav><!-- /nav -->