About 52 results
Open links in new tab
  1. Bootstrap 5 Navbar with positioned Logo and centered nav

    May 19, 2025 · I'm trying to create a BS5 navbar with an absolutely positioned logo that is aligned to the bottom of the navbar and overlaps the announcement section above it. I have two issues I need help …

  2. How to change Bootstrap navbar collapse breakpoint

    Jan 11, 2022 · Learn how to adjust the collapse breakpoint for Bootstrap navbar to customize its responsiveness and appearance.

  3. Bootstrap NavBar with left, center or right aligned items

    Navbar Demo for Bootstrap 5 Bootstrap 4 Now that Bootstrap 4 has flexbox, Navbar alignment is much easier. Here are updated examples for left, right and center in the Bootstrap 4 Navbar, and many …

  4. Bootstrap 4: Multilevel Dropdown Inside Navigation - Stack Overflow

    What's the easiest way to make a multilevel dropdown in Bootstrap 4? All the examples I managed to find on SO were either too messy or not included in nav. I've tried just placing a dropdown insid...

  5. How to hide collapsible Bootstrap navbar on click

    274 Update 2021 - Bootstrap 5 (beta) Use javascript to add a click event listener on the menu items to close the Collapse navbar..

  6. Horizontal Nav Bar in Blazor .NET 8 not aligned - Stack Overflow

    Feb 26, 2024 · I am trying to use a Bootstrap NavBar in an ASP.NET Core 8 Blazor website. I'm using Bootstrap 5.x. When doing so, the menu items do not line up horizontally as expected, nor does the …

  7. css to make bootstrap navbar transparent - Stack Overflow

    May 6, 2013 · I use bootstrap and I have a navbar in my html file I would like to make this nav bar transparent to show the background image. Can some one teach me how to do this with css? I tried …

  8. Bootstrap align navbar items to the right - Stack Overflow

    Bootstrap 4 (original answer) Bootstrap has many different ways to align navbar items. float-right won't work because the navbar is now flexbox. You can use mr-auto for auto right margin on the 1st (left) …

  9. How can I change the Bootstrap 4 navbar button icon color?

    339 The navbar-toggler-icon (hamburger) in Bootstrap 4 uses an SVG background-image. There are 2 "versions" of the toggler icon image. One for a light navbar, and one for a dark navbar... Use navbar …

  10. CSS - Make navbar stick on fixed-top navbar while scrolling?

    Jan 24, 2020 · What is the desired behaviour? When you say "the sticky navbar doesn't stick on top of the fixed navbar", do you mean "top" as in z-index? Or do you want your "Django App" navbar …