So, i have just a simple navbar with Bootstrap :
-
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