Header navigation in one line - Bullet Theme

Hello,

Can someone please help me get my header navigation in the one line? Any more than 6 links causes the text to drop to a second line and I only want one line. I think I need to make the navigation block wider (see image) so that the links will fit.

Website link: https://bracketsfashion.com/

Password: brkts12

Theme is bullet

Thank you!

To do this. Search this text in your entire theme code. maybe the code inside the header.liquid file.

style="--navAlign:center;--navDropdownAlign:auto"

after you get it, replace the text with the below code.

style="--navAlign:center;width: max-content;--navDropdownAlign:auto"

If this is not solved, I can put it in your code if you want.

Thanks.

Hi @fashion1234556 Thanks for providing the URL, Please add the code in your theme.css/base.css/style.css/app.css/skelet.css file which is available in your theme.

x-cell.menulink.large-only {
    width: max-content;
}

If you are not sure where is your theme.css/base.css/index.css/style.css/app.css/skelet.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.css/base.css/index.css/style.css/app.css/skelet.css in the code in left hand side which ever is available in your theme.
  6. You can add the above code at the bottom of the file.

Result:

If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

Amazing thanks so much!!! It worked :slightly_smiling_face:

Welcome, if you need any other assistance please ask the same.

Best Regards

Sahil