I have a menu that I’m building and the sub-categories fly out to the left instead of the right. What is the code to change that?
Thanks!
Hey ferriscreative!
Add this to your custom CSS.
.av-main-nav ul { left: auto !important; right: 0px !important; }
Regards,
Elliott
Hi Elliott,
The main menus coming down from the nav are correct now, but the secondary menu flying out of the word “Careers” now goes straight down instead of out to the right. Is there something different I can do?
Thanks,
George
I am finding this same thing happening with the code provided. I would really like to have the menu’s fly out right instead of left. I played with the values in the code and could not get it to work right. Not sure what we are missing.
Hey!
Add this.
nav.main_menu .sub-menu .sub-menu {
left: 200px !important;
right: auto !important;
}
Best regards,
Elliott
Fantastic! That works for me. This has been bugging me for a long time and it is good to get this resolved. I appreciate your help and most excellent support! I continue to be impressed with this theme and the level of support you all provide.
Thank you!
Hey!
You are welcome, glad Elliott could help and thank you for your kind words :)
We will keep the thread open for the OP. If you have any other questions or issues, please feel free to start a new one!
Regards,
Yigit
That worked perfectly. Thanks so much. You guys do have the most wonderful support. I second what claychurchill said above. Cheers!