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.