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?
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?
Change the font size of your menu smaller and it will show in 1 row.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
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.
can you try this code
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;}
}
@KetanKumar Thank you, it works
its my pleasure to help us