Hi Berndderbernd. Give this css a try and see if it works for you:
#nav-header.nav-container {
margin: 0 -1000px;
}
@media only screen and (max-width: 1140px) {
#nav-header.nav-container {
margin: auto;
}
}
You’re most welcome. If you don’t need any further assistance please mark the topic as resolved.
bdbrown.. Now i have a error. On the right their is now very much space and u can croll on the right out of the content..
ok, I see that. I’ll take a look and see if I can come up with something else.
Well, sorry to say, I haven’t found a good way to do this. The menu bar is constrained by the header container which is a fixed size in Boxed mode. It might be possible (but I haven’t figured out how) to take it out of the normal element flow, fix its position and then expand it. But then you run into issues with the responsive design as the viewport narrows and the menu needs to collapse. I’ll play with it some more when I have some time but don’t have a solution for you at the moment.
Okay thanks =), maybe u will find a way, i cant wait 😀