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.
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%;
}