How can I make navbar fullwidth. So no white space left and right. Auto adjust width on different screensizes.
I use Ubermenu
Screenshot: https://ibb.co/vkZvmC0
How can I make navbar fullwidth. So no white space left and right. Auto adjust width on different screensizes.
I use Ubermenu
Screenshot: https://ibb.co/vkZvmC0
Hello Jeroen,
By default, the navbar has a content container that limits it to 1400 pixels which you have set this in X > Theme Options > Layout and Design > Site Max Width. To get around this and make sure that your navbar is fullwidth, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-navbar .x-container.max.width {
max-width: 100%;
width: 100%;
}
We would love to know if this has worked for you. Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.