Hello,
Apologies for the Delays over the past 2 days. We have been experiencing some outages and issues on our servers which we are working on fixing.
We have checked out the Demos and it does appear to be working as expected. The Sub Menus are only inverted if they are going out of the Window, as by Default, the Sub Menus open only on the Right of the Parent Menus. If you would like to change this consider using the following code:
.sub-menu-container.menu-pos-invert .sub-menu-container {
left: auto;
right: 100%;
}
This should work as you are expecting it to work. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
PS. Please delete this code from our earlier provided solutions:
.sub-menu-container .sub-menu-container.menu-pos-invert {
right: 100%;
}