Top "Navbar" questions

The portion of HTML and XML that deals directly with page navigation

How can I reuse a navigation bar on multiple pages?

I just finished making my home/index.html page. To keep the nav bar where it is, and have it …

html navbar
navbar color in Twitter Bootstrap

How can I change the background color of the navbar of the Twitter Bootstrap 2.0.2? How can I change color of …

colors twitter-bootstrap navbar
Center an element in Bootstrap 4 Navbar

No matter what I try, I can't center something in Bootstrap navbar, any solutions for it? I've tried adding a …

css twitter-bootstrap bootstrap-4 navbar
Bootstrap full responsive navbar with logo or brand name text

I would like to do a full responsive navbar with specified height in Twitter Bootstrap 3.1.1, where the brand could consists …

twitter-bootstrap twitter-bootstrap-3 responsive-design navbar
Twitter-Bootstrap-2 logo image on top of navbar

Can someone suggest how I can place a logo image on the top of the navbar? My markup: <body&…

twitter-bootstrap navbar twitter-bootstrap-2
Changing the space between each item in Bootstrap navbar

How can I create a larger space between each link on my navbar, so they are further apart? Is it …

html css twitter-bootstrap navbar
Bootstrap 3 - disable navbar collapse

This is my simple navbar: <div class="navbar navbar-fixed-top myfont" role="navigation"> <div class=""> <ul …

css twitter-bootstrap-3 navbar collapse preventdefault
How to change link color (Bootstrap)

<div class="collapse navbar-collapse"> <ul class="nav pull-right"> <li class="active"><a href="#"&…

twitter-bootstrap colors hyperlink navbar
Twitter Bootstrap - full width navbar

Following the example of TB, I have a navbar that is marked up as follows: <div class="container"> &…

css twitter-bootstrap navbar
How to justify navbar-nav in Bootstrap 3

I'm attempting to justify a navbar (make the navbar contents stretch) in Bootstrap 3. I've added margin: 0 auto; max-width: 1000px; to …

twitter-bootstrap twitter-bootstrap-3 navbar