[Support request] Sub Sub Sub Menu Fly-Out Below, Instead of to the Right

Home Forums Support [Support request] Sub Sub Sub Menu Fly-Out Below, Instead of to the Right

Home Forums Support Sub Sub Sub Menu Fly-Out Below, Instead of to the Right

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2342079
    Anthony

    I need a sub-sub-sub menu to fly out below due to the fact that it is flying off the screen of the desktop. If you have another idea I’m open to suggestions. As you can see on this website underneath VT > campaigns > Vermont renews.

    Any ideas as to what I can do with this menu?

    #2342139
    Ying
    Staff
    Customer Support

    Hi Anthony,

    Try this CSS, you can control the vertical position by adjusting the top value, and the horizontal position by adjusting the left value.

    .main-navigation:not(.toggled) .main-nav > ul > li > ul > li > ul >li.sfHover > ul, .main-navigation:not(.toggled) .main-nav > ul > li > ul > li > ul >li:hover > ul {
        left: 0;
        top: 140%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.