Hello, yes it is possible, if you want to do it only for 1 menu item, add a custom class to this menu and add this css code:
.sf-menu .custom-class ul.sub-menu {
left: auto;
right: 0;
}
If you want to do this for all your sub menus, delete the “.custom-class” class.
This worked to some degree. It makes the child menu open left, but the grandchild menu still opens to the right.
Let me ask another question; I like the way the mobile menu functions when using Menu Style “simple”. Is there a way to make it work that way (opens a side panel with menu) all the time regardless of screen size? Perhaps I can do this by manipulating the breakpoint in your upcoming release?
What do you call the grandchild menu?
Yes in the next release it will be possible.
Sorry, grandchild page …sub-sub page.
I think the best option for this particular project will be the slide out panel menu. I’ll wait for the next release and test.
Thanks for all your support!
Oooh sub sub menu 🙂
Try this code:
.sf-menu .custom-class ul.sub-menu ul {
left: auto;
right: 100%;
}