SubMenu - alignment

Hi there,
How can I align the SubMenu to the right (or to the left)…

Thanks in advance !

Hello @joserodrigz,

Thanks for asking. :slight_smile:

You can the option of making the changes using CSS. Please add following CSS under X > Theme Options > CSS:

.masthead-inline .x-navbar .desktop .sub-menu {
    left: 2px;
}

You can change the values as per requirement.

If you wish to learn CSS, please take a look at following resource:

https://www.w3schools.com/css/

Thanks.

Working fine !
Thanks

You’re welcome.

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