--- import { getVersionedDocsPath } from '@libs/path' export const title = 'Sticky Footer Navbar Template' export const extra_css = ['sticky-footer-navbar.css'] export const html_class = 'h-100' export const body_class = 'd-flex flex-column h-100' ---

Sticky footer with fixed navbar

Pin a footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with padding-top: 60px; on the main > .container.

Back to the default sticky footer minus the navbar.