Hello Christian,
Have you tried using the “Customizer – Nav Options – Navigation Bar Width” option?
Please confirm if this works for you and if not we will investigate further.
Oliver
thx for the anwser, but by scrolling down the menu bar is still full width and not limited by the container of the page. with the “Navigation Bar Width” option i just can adjust the behavior of the menu items not the bar width itself.
OK, I understand your problem now 🙂
Can you please try adding this CSS to “Customizer – Additional CSS” …
@media screen and (min-width: 48em) {
.site-navigation-fixed.navigation-top {
width: 75rem;
left: 50%;
transform: translate(-50%, 0);
}
}
That should do the trick 🙂
Let us know and we’ll add it as an option in a future release.
Oliver
okay thanks, it worked. good, feature-rich plugin by the way.
Thanks!
OK, will update this thread when the option has been added.
Oliver
We have today pushed this out as an option “Customizer – Nav Options – Sticky Nav Bar Width”.
Oliver