Hi there Enfold users
I’ve noticed that sometimes a main menu flips the submenu flyout, from the usual right-hand-side flyout, and instead flies out to the left.
Does anyone know a way to override this? so that it instead flies out to the right?
See this screencast to see what I mean: http://screencast.com/t/dugsgmu9y
cheers
Darryl
Hi Darryl!
Please add following code to Quick CSS
#top .av-main-nav ul ul {
right: -207px;
left: auto;
}
Regards,
Yigit
Hi Yigit
Thanks for your snippet. Do you know what activates the menu to do the left instead of the right? Is it a script that considers it too close to the viewport edge? If so, where can I find that script?
cheers
Darryl
Hi!
You use “Logo left, menu right” option in Enfold theme options > Header, then 3rd level submenu will flyout to left and if you use “Logo right, menu left” then menu will flyout to right. This is simply to stop submenu from moving out of browser. You can find custom CSS in Enfold/css/layout.css on lines 267 and 426
Cheers!
Yigit
Thank you Yigit, I’ll have a look at those lines of CSS. I really appreciate your ever helpful support, the Enfold team support is the best I have received anywhere.
cheers
Darryl