How do I make a sticky footer with Bootstrap?
Asked on Sep 14, 2025
I want the footer to always stick to the bottom of the page. What is the Bootstrap method?
1 Answer
Bootstrap 5 includes a sticky-footer example. Wrap the main content in flex-grow-1 and apply position-relative with bottom-0 on the footer.
✅ Answered with Bootstrap 5 best practices.