Change the breakpoint for when the mobile nav kicks in, like this:

@media only screen and ( max-width:1280px ) {

#et_mobile_nav_menu { display:block; }
#top-menu-nav { display:none; }
}

Sent from my Samsung Galaxy smartphone.