Hi – I have selected a header with logo on the right and I would like the menu to also be on the right side under the logo. I don’t see that option. Can you please send me some CSS to do this?
Thanks!
Anna
Hey annameis,
Could you post a link to the site in question please?
Best regards,
Rikard
Yes it is below….
Hi annameis,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_top.html_main_nav_header #top .av_menu_left .main_menu {
left: auto;
right: 25vw;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you – it did move it some to the right but I would like it to go under the logo if possible.
Hi,
Please try this instead:
.html_header_top.html_main_nav_header #top .av_menu_left .main_menu {
left: auto;
right: 0;
top: 130px;
}
Best regards,
Rikard
Hi – it is closer but still not under the logo. Any other thoughts I could try?
Thanks!
Anna
Hi,
Thank you for the update.
The menu is now positioned right under the logo. We checked it using Firefox on Windows 10. Can you give us a screenshot of site from your end? You can use imgur or dropbox for the screenshot.
Best regards,
Ismael
Yes it is moved now – it must’ve been cached. Thanks so much!