Hello,
Thank you so much for using our theme and contacting our support center.
Yes, we see that your menu items width is too large to fit a free space in the header. Here is what you can do to make the space bigger.
1. Decrease right column
width option in Theme Settings -> Header -> Header layout
2. Disable “Login / Register” links in Theme Settings -> Shop -> My account
3. Decrease free space between menu items by adding this code snippet to the Custom CSS area in Theme Settings
.main-nav .menu>li>a {
padding-left: 5px;
padding-right: 5px;
}
Hope this will help.
Kind Regards
Xtemos