Navbar not collapsing with Bootstrap

前端 未结 6 1014
旧时难觅i
旧时难觅i 2021-02-06 13:26

I have a website that is made with Twitter Bootstrap. On a large screen the navbar is looking nice as it should be but if you see the same navbar on a cellphone the navbar won\'

6条回答
  •  甜味超标
    2021-02-06 13:58

    you need to include the responsive css file of twitter bootstrap, and also use the bootstrap-collapse.js.

    Note the info on http://twitter.github.io/bootstrap/components.html#navbar at 'responsive navbar':

    Heads up! The responsive navbar requires the collapse plugin and responsive Bootstrap CSS file.

    Quicklinks:

    • css: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
    • js: http://twitter.github.io/bootstrap/assets/js/bootstrap-collapse.js

提交回复
热议问题