Remove padding for Header logo and menu items

I need to fully left align my site logo and fully right align the menu items in the header navigation bar (i.e. remove ALL padding left and right).

Currently, there seems to be padding that I can’t override.

The site is located at: http://mindvisionlabs.com/

Any help is greatly appreciated!

Hi there,

Please add this code in the custom CSS:

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

Hope this helps.

1 Like

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