Hello
It looks looks to be down to the number of items in your menu. You could initialise the mobile menu on a larger screen size via your templates settings?
Alternatlively you can let your menu items wrap by adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.hornav ul.menu {
flex-wrap: wrap;
}
Ciaran