Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #611828

    Hi

    Firstly, incredible theme, the best!

    I would like to display the navigation menu as follows:

    Logo left – menu below and right (not left)

    Is this possible please, I have a couple of sites that require this layout.

    Many thanks!

    Jon

    #611839

    Hey!

    Thank you for your kind words!

    Please go to Enfold theme options > Header and choose to display “Logo center, menu below” option 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;
    }

    Best regards,
    Yigit

    #611845

    Hi, that worked but it was not quite what I required

    The logo should be on the left, the menu on the right and below.

    The method you supplied made the logo left and the menu in the center and below

    <— Logo
    _____________________________
    Menu ————————–>

    • This reply was modified 7 years, 11 months ago by zerodotnine.
    #611849

    Hey!

    Please add following code to Quick CSS as well

    ul#avia-menu {
        float: right;
    }

    Best regards,
    Yigit

    #611850

    Excellent, that’s the one.

    Thank you and have a great day :)

    #611854

    Hey!

    You are welcome!
    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 :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo left – menu below and right’ is closed to new replies.