If you hide the logo, the menu slides in from the left. To disable that:
/* START remove slide-in effect in primary header */
#et-top-navigation {
padding-left: 30px!important;
}
/* END remove slide-in effect in primary header */
Code language: CSS (css)