Drop Down Menu Cutting off on mobile view

Hello,

I am having problems with viewing my dropdown menu in mobile view. The image below is how I would like it to look:

But for some reason it seems to be cutting off more and more with each level you drop down (to clarify, cutting off left to right)

I have tried adjusting the font type, font size, max width of the page, and even the menu itself but can not seem to solve this. Any help would be greatly appreciated!

My url is: https://okum-supply.myshopify.com/

Hi @keketrobo05
You can try to add this code into the bottom of the theme.css file

.mobile-nav-panel ul {
  margin: 0 !important;
}

That worked perfectly. Thank you so much