Reply To: Right Fly Out Sub Menu Goes Too Far

Home Forums Support Right Fly Out Sub Menu Goes Too Far Reply To: Right Fly Out Sub Menu Goes Too Far

Home Forums Support Right Fly Out Sub Menu Goes Too Far Reply To: Right Fly Out Sub Menu Goes Too Far

#242383
Tom
Lead Developer
Lead Developer

I’m not seeing that CSS added anywhere on your site?

If you’re wanting to do the deeper level items, then you would do this:

.secondary-navigation ul ul ul {
    right: 100%;
    left: auto;
}