Twitter Bootstrap: How to make top fixed navbar stay in container and not stretch?
- by Jryl
I'm working with Twitter Bootstrap and the regular navbar you see in the guides: http://twitter.github.io/bootstrap/components.html#navbar
I don't want the navigation to stretch all the way left or right but stay where I can see both sides just like in the guide. The only difference is it would be fixed to the top.
I was wondering, how do I make this become a fixed navbar as if I was using the navbar-fixed-top class?