Hello
The only option easily available would be to move it. This can be done by adding the following to the Custom CSS field of your template settings..
@media only screen and (max-width: 1140px) {
.header_nav {
order: -1;
top: -65px;
position: relative;
}
Ciaran