How do I collapse a navbar on smaller screens?
Asked on Sep 14, 2025
What is the markup and data attributes needed to collapse the navbar in Bootstrap 5?
1 Answer
Add navbar-expand-* for breakpoints and data-bs-toggle="collapse" with data-bs-target for the toggler button.
✅ Answered with Bootstrap 5 best practices.