To disable the mobile menu. Add this css code in the custom css field of the epanel:

@media only screen and (min-width: 981px){
#main-header div#et_mobile_nav_menu {
display: none;
}
}