How to adjust full width menu header on Underground theme?

Hi, i amusing Underground theme for our online store and i would like to as how can I adjust the header menu into full width? Sharing here screenshot of our menu header on desktop. As you can see, the other two is positioned below. Need to have one row for the menu header. Thanks!

@nKadvMv_2022222 ,

Share the URL.

Hello @nKadvMv_2022222 ,

Please share your store URL and password of front view.
So that I will check and let you know the exact solution here.

Best regards.

here’s the link https://www.vmvhypoallergenics.com/

i can only provide the store link https://www.vmvhypoallergenics.com/

1 Like

@nKadvMv_2022222 ,

Hello @nKadvMv_2022222

Greetings!!

Online Store->Theme->Edit code->Assets->theme.scss.liquid

.Header__MainNav .HorizontalList--spacingExtraLoose .HorizontalList__Item {
   margin-right:15px;margin-left: 15px;
}

MY BAAAD, So sorry, the link is https://vmvhypoallergenics.ph/ - hope you can check it for me. Thanks!

1 Like

Hello @nKadvMv_2022222

Greetings!!

Online Store->Theme->Edit code->Assets->theme.scss.liquid

.Header__MainNav .HorizontalList--spacingExtraLoose .HorizontalList__Item {
   margin-right:15px;margin-left: 15px;
}

@nKadvMv_2022222 ,

ul#main-nav li a {
    font-size: 13px;
    padding: 0 9px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->stylesheet.scss.liquid

Hi @nKadvMv_2022222 ,

you can try follow the instruction below:

  1. Go to Online Store β†’ Theme β†’ Edit code.
  2. Asset β†’ /stylesheet.css paste code below into end of the file.
#shopify-section-header ul#main-nav {
    width: 100% !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.