How can I align my header menu into one line?

Can anyone assist me with aligning the header menu into one line?

Thanks!

hello @gq999

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Hii, @gq999
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

Hi,

Thanks a lot!

https://colormaizepaintbynumbers.com/

Hii, @gq999
paste this code on top of the theme.scss file.

ul#SiteNav {
    width: 850px !important;
    margin-left: -74px !important;
}

Thank You.

1 Like

Welcome to shopify community.

Please add below code in bottom of assets/theme.css file.

@media only screen and (min-width: 750px)

.medium-up–one-half {
width: 70%;

}

@media only screen and (min-width: 750px)

.medium-up–one-quarter {
width: 15%;

}

Thank you so much!

1 Like

@gq999
Welcome!

Hi there,

I altered my header menu a little bit and now it’s showing up in two lines instead of one. Could you take a look at this for me?

Thanks!