Hi I figured out how to do this on the style.css line 508 lets you change the width
should look like this
}
.main-navigation .menu {
display: block;
float: right;
margin: 0 9px 0;
position: relative;
max-width: 50%;
the percentage may be slightly different i couldn’t remember what it was exactly I just changes it to 100% and it fixed the double line issue
I decided to not use this Theme but thanks for the feedback.