================================================================================ Navbar fixed at top ------------------- HTML ---- CSS --- body { padding-top: 70px; /* Default navbar height: 50px */ } ================================================================================ Navbar fixed at bottom ---------------------- HTML ---- CSS --- body { padding-bottom: 70px; /* Default navbar height: 50px */ }