Exactly what I was thinking – the total length (character count) of your menu items make the menu too big for its container to hold, so it spills on to a new line.
In this case, the only solution would be to use drop down menus or make the menu font size smaller. This second option isn’t ideal, as it can happen that you will need a very small font size. But if you’d like to try it, it can be done with this custom CSS:
nav .menu li {
font-size: 11px !important;
}
You can try different values in there and see what fits best.
Finally, you could also disable Menu Dividers in Pinpoint Options/Header Options.
Regards,
————————————————————————————————————
Cosmin
Support Assistant