Menu ends up in two lines because too many words

Hello,
I have the menu in Desktop Resolution which does not fit into one single link and goes on a second one…

https://funzionamente.it/

How can I avoid that?

I looked in previous logged cases and explored the css via debugger but I could not find where to change this…

Thanks!
Umberto

Hi

You can use soemthing like this:

header .col-sm-4.col-xs-8 {
width: 20%;
}
header .col-sm-8.col-xs-4 {
width: 80%;
}

Thanks!
works great,
Umberto

Thank you too and have a nice day :slight_smile: