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

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

  3. Bootstrap 3 Navbar Collapse - Stack Overflow

    Aug 12, 2013 · Is there any way to increase the point at which the bootstrap 3 navbar collapses (i.e. so that it collapses into a drop down on portrait tablets)? These two were applicable to …

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

  6. html - How to make a navbar sticky? - Stack Overflow

    Jun 20, 2021 · I made a working navbar but I can't make it sticky. I tried position: fixed and top: 0 but they couldn't! help. They made it worse. Can someone help how to make it sticky? html { …

  7. Newest 'navbar' Questions - Stack Overflow

    The bslib::page_navbar function has a position parameter that allows us to keep the navigation bar visible when scrolling down (position="fixed-top"). However, as the documentation points ...

  8. navbar - Align nav-items to right side in bootstrap-4 - Stack …

    May 13, 2017 · I just switched to bootstrap 4 and reworking all my html and scss to work with it and I cant seem to find how to put a group of nav-items on the right side of the navbar. This is …

  9. html - Change navbar text color Bootstrap - Stack Overflow

    .nav.navbar-nav.navbar-right { color: blue; } The only problem is that the text color remains unchanged. I also saw that a very similar question went unsolved. I bet whoever can solve this …

  10. How to make navigation bar stick to the top - Stack Overflow

    To make your navigation bar sticky at the top, just add .fixed-top class to the navbar class. Note: I have used Bootstrap 4. You should use these frameworks to minimize the CSS code as much …