Header full width (using ubermenu)

Hello im having trouble with making my nav full width.
if anyone could help it would be appreciated.

https://www.barbadosapartment.com

Hi there,

Thanks for posting in.

Please add this CSS to your global custom CSS,

.x-navbar .x-container.max {
    max-width: 100%;
    width: 100%;
}

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.