.sub-menu-container.menu-pos-invert:not(.mega-menu-column) {
left: auto;
right: -20px;
}
you proposed this for when there is not enough space in the browser to the right ;-)
I inserted the code
.sub-menu-container .sub-menu-container.menu-pos-invert {
right: 100%;
}
as suggested, and now it workz ... in general
is it possible, that if the 2nd menu flys out right to adapt this for all submenus
it is not so nice that
level 2 drops down
level 3 than flys out left
level 4 then flys out right again over level 2
IMHO if level 3 flys out left due to not enough space
than all levels should continue to fly out left
sorry to be a pest :-(
rgds
guido