How to keep all menu items on one line?

Hi ask above-mentioned subject. Please help.

Please refer to attached image or the url link to my webstore.

https://www.snooze-store.com/

@Dom2306

sorry for that issues if you have reduce font size

too mush smaller is this fine?

Hii, @Dom2306
Please Confirm This?

Thank You.

Hi can i reduce the font size to fit between my store logo and the search logo?

Hii,
Please confirm this?

Thank You.

Hi yes this is good.

Maybe the font can be just a little bigger because i can still make use of some spaces in between.

Thank you!

@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!