Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #522566

    Hi all, I want to keep my logo on the left and center the main menu, is it possible? I’m using logo left, menu below header option.

    Please let me know.

    • This topic was modified 9 years, 1 month ago by jorgepelaez.
    #522662

    Hi Jorge!

    Please change your header style to “Logo center, menu below” option in Enfold theme options > Header tab and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    Cheers!
    Yigit

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