Okay I'm just trying to do a basic navbar like they have over at the main bootstrap site. The problem is it's not working for some reason. I have the code pretty much exactly like they do. When I resize the window, the navigation goes away, but the icon in the top right with the three bars doesn't show up. So essentially the navigation just gets hidden. Any thoughts on this?
Asked
Active
Viewed 6,046 times
1 Answers
10
Figured it out! For anyone curious, make sure you link the bootstrap.css
before bootstrap-responsive.css

Willem Ellis
- 4,886
- 7
- 38
- 55
-
2Thanks, I was blocked on this same gotcha! – Lee McAlilly Mar 18 '12 at 22:43