7

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?

Peter O.
  • 32,158
  • 14
  • 82
  • 96
Willem Ellis
  • 4,886
  • 7
  • 38
  • 55

1 Answers1

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