Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #331813

    Rue Nel
    Moderator

    Hello There,

    Sorry for the confusion. To resolve the left alignment issue in your sub menu, please try to add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .masthead-inline .x-navbar .desktop .sub-menu .sub-menu .sub-menu a {
        text-align: left;
    }

    Hope this helps. Kindly let us know.