About 13,800,000 results
Open links in new tab
  1. 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..

  2. 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, …

  3. 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 …

  4. 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, …

  5. 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 …

  6. top nav bar blocking top content of the page - Stack Overflow

    If your navbar is on the top of the page originally, set the value to 0. Otherwise, set the value for data-offset-top to the value of the content above your navbar.

  7. c# - Adding a Dropdown menu to the NavBar in an ASP.Net Core …

    Sep 30, 2021 · Adding a Dropdown menu to the NavBar in an ASP.Net Core Web App (bootstrap) Asked 4 years, 1 month ago Modified 2 years, 11 months ago Viewed 11k times

  8. Bootstrap change navbar color - Stack Overflow

    In Bootstrap 4, how do I go about changing the background color of a navbar? The code from twbscolor doesn't work. I want to make the background color a different color and the font …

  9. Changing the space between each item in Bootstrap navbar

    Learn how to adjust spacing between items in a Bootstrap navbar for better customization and layout.

  10. bootstrap 3 - how do I place the brand in the center of the navbar?

    I am using Bootstrap 3. I would like a navbar with only the brand in it. No other links or anything else. And I want the brand to be in the center. How can I accomplish this? The following css ...