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
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
Thanks, that helped.
It was me trying to align the menu to the right – but the wrong way I guess.
Thanks,
Chrilles
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
You are absolutely right :-)
It helped. Thanks a lot!
Best,
Chrilles
Hi Chrilles,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko