Tagged: menu, navigation
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
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
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 ————————–>
Hey!
Please add following code to Quick CSS as well
ul#avia-menu {
float: right;
}
Best regards,
Yigit
Excellent, that’s the one.
Thank you and have a great day :)
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