I had no problem with the responsive navbar in the last version of Bootstrap, but I cannot get version 3 to work. The toggle button appears properly and everything disappears bu
Change this: .navbar-responsive-collapse
.navbar-responsive-collapse
to this: .navbar-collapse
.navbar-collapse
Original poster solved his own question. Posting a more concise version here as this helped me. PhilNicholas' version did not work.