Changing the Layout & font of Menu Navigation - Debut Theme

I’d like to change the menu layout so that it shows in only 1 row
From this

To this.

What do I need to adjust in the code (how and where)?

Additionally, how do I standardize the font for the website?

1 Like

Change the font size of your menu smaller and it will show in 1 row.

@dfmkt20

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

@KetanKumar https://comvita.com.ph/

1 Like

@Denishamakwana https://comvita.com.ph/

@dfmkt20

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
nav#AccessibleNav {
    width: 100%;
}
@media only screen and (min-width: 750px) {
.site-header {
    padding: 0 20px;
}
}
@media only screen and (min-width: 860px) {
.site-nav__label {font-size: 12px;}
}
@media only screen and (max-width: 859px) {
.site-nav__label {font-size: 9px;}
}
1 Like

@KetanKumar Thank you, it works

1 Like

@dfmkt20

its my pleasure to help us