Here is my html using bootstrap (I\'m sure bootstrap is installed correctly)
Currently on Bootstrap 4. The flex layout seems to be columnar by default in my ecosystem as well.
The most direct override for this use case:
.navbar-nav { flex-direction: row; }