Menu separator appearing on next line

Try doing

.navbar-default ul, .navbar-default li {
    display: flex;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
}

You may need to style the spacing a bit differently but this should make them display in one line