Impulse theme, 3rd level navigation cutting off on mobile. Help

Hi all, my third level navigation is not displaying properly. I am using the Impulse theme. This is on mobile. Does anyone know how to fix this?

Thanks

Rebecca

all,

@Beck1mead ,

ul.mobile-nav.list-group {
    margin: 0 !important;
}
ul.mobile-nav__sublist.list-group {
    margin: 0 !important;
}
ul.mobile-nav__grandchildlist.list-group {
    margin: 0 !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Thank you so much, that worked!!!