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

    Hi, In the header layout section, I have Menu and Logo Position set to Logo right, Menu Left.

    Is there some code that would allow for Logo Center, Menu Left?

    Want the navigation to remain as it is on the left side but have the logo moved in to the center – in the same line – not above or below the navigation.

    Thank you!!

    #789901

    Hey smallisland,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .html_header_top #top .av_logo_right .logo {
        right: auto;
        left: 50%;
        margin-left: -128.5px;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #790282

    Nikko, that worked perfectly! Thank you so much for the help and the amazingly fast response!

    You guys are the best! :)

    SORRY! I spoke too soon! I checked it on my phone and I thought it looked fine, but I don’t think it refreshed. Now when I look at it on the iPhone 5, 6 and 7 the logo is cut off and only the right end of it shows.

    • This reply was modified 7 years, 6 months ago by smallisland.
    #790285

    Hi,

    Glad Nikko could help! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo center, Menu Left’ is closed to new replies.