How to keep all menu items on one line?

@Dom2306

Please try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/theme.scss.liquid–>paste below code at the bottom of the file.

@media only screen and (min-width: 750px){
.site-header .medium-up--one-half {width: 80% !important;}
.site-header .medium-up--one-quarter {width: 10% !important;}
.site-header__icons-wrapper{margin-top: 15px !important;}
.site-header__logo { margin: 25px 0px !important;}
}

Thanks!