Problems with the responsive navbar in Bootstrap 3

后端 未结 7 1882
我在风中等你
我在风中等你 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:34

    make sure link the bootstrap.cs before bootstrap-responsive.css

    <link href="css/bootstrap.css" rel="stylesheet" />  
    <link href="css/bootstrap-responsive.css" rel="stylesheet" />
    

    https://stackoverflow.com/a/9626716/2127493

    0 讨论(0)
提交回复
热议问题