Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #871540

    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.

    #871685

    Hey kylix28,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #872414

    Hi Rikard,

    Yes I can. It is below.

    #873481

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.