mindaugasma
Hi
The header of site using full space and not much width to fit more menu in same row
you can try this code in custom css
@media screen and (min-width: 1200px){
.navbar-default .navbar-nav > li + li {
margin-left: 15px;
}}
It will reduce the space between menu item to fit that for a certain screen size.