Hi there,
How do I switch the menu drop-downs to the right hand side?
See below:
Thank you 
Hi there,
How do I switch the menu drop-downs to the right hand side?
See below:
Thank you 
Hey @artthescience,
Please insert this code in Theme Options > CSS.
.masthead-inline .x-navbar .desktop .sub-menu .sub-menu {
top: -.75em;
right: auto;
left: 100%;
}

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