Logo and navigation buttons in one line

(i have x-theme) Hi there, how do i get my logo and menubuttons in 1 line?
now the logo seems to be in line 1 and the buttons in line 2.
i also see the newer sites having it in the middle.

this is my site: www.wonderacademie.nl

this is an example of what i am looking for: https://dolly.nl or http://gabbybernstein.com

thank you for your help!

Hello @wonderacademie,

Please add this code in X > Theme Options > CSS:

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

Hope this helps.

yes! that’s it. wonderful, thank you

You’re most welcome.

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