Hello, I am using Ubermenu on a new site that I am building and I want to stretch it full length without losing the inner container. Can you please provide me with some custom CSS to achieve this?
My site URL is http://aztecdemo.gallagherbd.com/
Also, the current custom CSS I am using is:
.x-navbar-inner .x-container.max.width {
max-width: 100%;
width: 100%;
}
You can see that it stretches the menu bar but also pulls the logo and top menu items to the edges.


