Hi,
We have a dropdown menu on our site listing collections of all 50 states. Right now it displays all of our options at once all the way down the page. Rather than display all of them I’d like visitors to scroll through the list in the navigation instead. Our site is https://travelbeetags.com/. Photo below is for context. We are using the “Studio” theme.
1 Like
In your base.css file, you should have a class called details[open] > .header__submenu, you could add these two properties to it
max-height: 300px;
overflow-y: scroll;
and it should work
Hi Travelbeetags,
I am Sandeep and I am trying to help you.
Please copy this code and paste it into your CSS file
ul#HeaderMenu-MenuList-2 {
overflow-y: scroll;
height:400px;
}
Thanks & regards
Sandeep
1 Like
Hi Miguel,
I want to do the same thing with the theme GALLERIA. Can you help?
Thank you!