How can I align the mobile menu to the left in Impulse theme?

Hi All,

im looking to align this menu in mobile to left side right now it’s a Grid in same row

my site is https://luxurymrkt.com

@Luxurymrkt

Please add the following CSS code to your assets/theme.css bottom of the file.

.mobile-nav__item--secondary .one-half {width: 100% !important;}

Thanks!