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

    On this site https://forcecertification.com/da/ the Main menu somehow has been reversed. It is the first menu item is shown last.
    Inspektion (3. part) should be the first menu item – and the Search icon should be listed last.

    Any advice here?

    Best,

    Chrilles

    #1371739

    Hi Chrilles,

    I have inspected your site and it seems you have this code:

    .av-main-nav>li {
        float: right!important;
    }

    Please try to remove it, (try finding it in Quick CSS or other areas where custom CSS code can be added), and clear cache from your caching plugin.
    Let us know if that helps.

    Best regards,
    Nikko

    #1371745

    Thanks, that helped.
    It was me trying to align the menu to the right – but the wrong way I guess.

    Thanks,

    Chrilles

    #1371750

    Hi Chrilles,

    I believe you are trying to put the menu items to the right, try using this CSS:

    #top #avia-menu {
        float: right;
        width: auto;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1371751

    You are absolutely right :-)
    It helped. Thanks a lot!

    Best,

    Chrilles

    #1371770

    Hi Chrilles,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘The main menu is shown with reversed menu items’ is closed to new replies.