Bootstrap, remove responsive from navbar

前端 未结 5 1711
盖世英雄少女心
盖世英雄少女心 2020-12-29 12:47

So, i have just a simple navbar with Bootstrap :

5条回答
  •  無奈伤痛
    2020-12-29 13:46

    Simply add .navbar-expand class to your navbar, and it will never collapse.

    Navbars can utilize .navbar-toggler, .navbar-collapse, and .navbar-expand{-sm|-md|-lg|-xl} classes to change when their content collapses behind a button. In combination with other utilities, you can easily choose when to show or hide particular elements.

    For navbars that never collapse, add the .navbar-expand class on the navbar. For navbars that always collapse, don’t add any .navbar-expand class.

    from https://getbootstrap.com/docs/4.1/components/navbar/#responsive-behaviors

提交回复
热议问题