Thank you saguaros !
How to have a little bit more space on the right between the menu and the edge, to avoid that it is attached to the right edge?
I tried to put the following code in custom.css:
.t3-mainnav .t3-navbar {
padding-left: 0;
padding-right: 50;
}
But it doesn't work and in the analisis in the browser I see this code:
What do I do wrong?