Hello,
Is there a way to have the logo on the left and have the menu centered? I didn’t see an option under the Enfold settings. Any help would be appreciated.
Hey kylix28,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
You can use Logo Left Menu Below, the add this css code in Quick CSS (located in Enfold > General Styling):
#header #avia-menu {
text-align: center;
}
.av-main-nav li {
display: inline-block;
float: none;
}
.av-main-nav li.av-burger-menu-main {
display: none;
}
Hope this helps :)
Best regards,
Nikko