Sub menu alignment (renew)

Hi
How can I get the sub menus directly under the main menu items please, it is confusing this way

Hello Lisa,

Please add this code in the Global CSS:

.masthead-inline .x-navbar .desktop .sub-menu {
    right: auto;
    left: 0;
}

Hope this helps.

totally perfect! thank you so much!

You are most welcome. :slight_smile:

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