How do I left-align the text in the sub-menu of my Venture theme header?

Hii, @m4trixdev
Paste this code on top of the theme.scss file.

a.meganav__link.meganav__link--second-level {
    float: left !important;
}

Thank You.