Shopify themes, liquid, logos, and UX
Hey!
I have an issue where my dropdown menu from the header is far too long. It seems this is my themes only option for drop-downs? I would want to either split it into two columns or have another option for the dropdown menu. Specifically I'm talking about the "Brands" dropdown which goes through the whole page...
Anyone who can help?
Here is my website:
https://thesunshineshrine.com/
Solved! Go to the solution
This is an accepted solution.
Hi @Diskodorr ,
This is David at SalesHunterThemes.
Thank you for your question.
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code.
Go Assets folder -> theme.liquid file.
Add the following code in the bottom of the file above </body> tag
<style>
.site-nav .site-nav__dropdown{
max-height: 400px;
overflow-y: auto;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Hopefully, this proves useful.
David | SalesHunterThemes team
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
Hi @Diskodorr
You can use the mega menu app for this, using app you can set the menu as per your requirement.
This is an accepted solution.
Hi @Diskodorr ,
This is David at SalesHunterThemes.
Thank you for your question.
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code.
Go Assets folder -> theme.liquid file.
Add the following code in the bottom of the file above </body> tag
<style>
.site-nav .site-nav__dropdown{
max-height: 400px;
overflow-y: auto;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Hopefully, this proves useful.
David | SalesHunterThemes team
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
Yes!
Thank you very much that was exactly what I needed!
You're welcome! I'm glad I could provide the information you needed.
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
This method didn't seem to change anything in the Taste theme. Should it have?
This solution is outdated if you have the dawn 2.0 theme the way I did it was to go to edit theme
find the component-list-menu.css find the .list-menu--disclosure and use the following code below. You can change the columns to your liking but also change the width to make sure your background covers your list.
.list-menu--disclosure {
position: absolute;
min-width: 100%;
width: 80rem;
border: 1px solid rgba(var(--color-foreground), 0.2);
colums: 5;
-webkit-columns: 5;
-moz-columns: 5;
column-gap: 40px;
}
Using this method seems to widen the dropdown menu, but the list of entries in the dropdown menu does not populate the second column. Any advise? I am using the 'Taste' theme.
can you send me a screen shot?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025