Switch Side of Dropdown Menu

Hi there,

How do I switch the menu drop-downs to the right hand side?

See below:

Thank you :slight_smile:

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.