Archived topic
Sub Sub Sub Menu Fly-Out Below, Instead of to the Right
1 reply · Started by Anthony on September 13, 2022
Viewing posts 1–2 of 2
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?
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%;
}
This archived topic is closed to new replies.