Twitter Bootstrap Non-Collapsable Navbar
I am building an application using Twitter Bootstrap v2.0.2 as a framework and I am having problems because the navbar always crashes when the window is less than x pixels.
While this is a good feature in theory, my menu doesn't last that long and should never be destroyed. Is there an easy way to do this? I read several posts that say that I can just change the responsive css file, but I was unable to achieve what I need to change, or change the wrong values for the min and max widths.
Is there a class I can use differently than div.nav-collapse so I don't have to worry about this trying to collapse automatically?
Thank!
+3
source to share