Hello
How do you make the main menu fit on one line?
It looks like there is not enough space to show many items. You can consider to reduce the space between each item with this custom CSS:
.navbar-default .navbar-nav > li > a { padding-left: 18px !important; padding-right: 17px !important; }