How to keep menu navigation on one line in Spotlight theme?

I use Spotlight theme. My menu is now showing on two lines on a desktop even though it looks like there is plenty of space to stretch it out. How can I fix this? Here is a screenshot (store name has been blacked out).

1 Like

Hello @Dalma3
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Hi @Dalma3 ,
Can you kindly share your store link (with the password protected, if any) with us? We will check it and suggest you a solution if possible.

Your header width is restricted to match the rest of your site.

You may add the following code to the “Custom CSS” setting under “Theme Settings” to make it a bit wider so that menu fits on one line.

header {
  --page-width: 1300px;
}

Change the the value to your taste, default is 1200px.

(You may try adding the code to “Custom CSS” settings of the “Header” section, but this may not work)

Hi @Dalma3 ,

Could you kindly provide us with your store URL and, if applicable, the password, so that our team can offer you the necessary support?