Hello Larry,
Thanks for posting in! You have been experiencing this issue because you added this custom css:
@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape){
.masthead-inline .x-btn-navbar{
display:block;
float:right
}
.x-nav-wrap.desktop{
display:none
}
.x-nav-wrap.mobile{
display:block
}
.x-nav-wrap.mobile.collapse{
display:none
}
.x-nav-wrap.mobile.collapse.in{
display:block
}
a.x-btn-navbar:after{
content:'Menu'
}
a.x-btn-navbar{
float:right!important
}
}
Please remove this code and this should resolve your issue.
Hope this helps. Kindly let us know.