Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #431760

    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

    #432303

    Hi Darryl!

    Please add following code to Quick CSS

    #top .av-main-nav ul ul {
      right: -207px;
      left: auto;
    }

    Regards,
    Yigit

    #432472

    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

    #433513

    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

    #433813

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Main Menu Submenu Flyouts – why are they flying to the left?’ is closed to new replies.