Sub menu open right on hover

I’m trying to make the thrid level sub menu open to the right instead of going to the left.

I tried to use this css code to .masthead-inline .x-navbar .desktop .sub-menu {
left: 0;
right: auto;
}

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.