Problems with the responsive navbar in Bootstrap 3

后端 未结 7 1892
我在风中等你
我在风中等你 2021-02-01 18:10

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

7条回答
  •  粉色の甜心
    2021-02-01 18:28

    I believe the code below will produce the effect you're looking for. Specifically, there is no "navbar-responsive-collapse" class in BS3 (see the "bootstrap.css" file). Beginning with release 3 Twitter Bootstrap is responsive by default, so many of the code flags for responsiveness are now baked into the framework and no longer need to be called explicitly.

    Here's a BS3 version of the right-aligned collapsible menu:

    
    

提交回复
热议问题