Shopify themes, liquid, logos, and UX
I have a greetings cards website (www.pennychoo.com) that uses the Dawn theme and the Shop By Range menu is cutting off the bottom menu items because it's so long. It is possible to make them all visible by reducing the overall magnification (cmd - ), but I can't afford to assume that all visitors will know to do this so am trying to find a way around it.
I can't remove any of the ranges from the list without potentially losing sales. The only thing I can think to do is to have a collections page where you click through to each range, but this adds an extra step to the process and I'd ideally like to keep the simplicity of clicking straight through from the drop down. I'm thinking that maybe nesting menu items may be the only solution but would be interested to hear of anyone knows of a better one?
Thanks
Soo
Hello.
Solved! Go to the solution
This is an accepted solution.
- Here is the solution for you @Sue_Lee
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.header__submenu.list-menu list-menu--disclosure {
overflow-y: scroll !important;
max-height: 55vh !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
For easier navigation and UX-wise, I think it would be better to add more grouping to this list
Hello – thanks; do you mean nest the items in smaller groups? That's what I've done for now (A-P / S-Z) , which is fine, and works, but I was hoping I might be able to add a scroll bar but it looks like that'd mean adding code which I'm not really au fait with.
I think This is Usefull For You.
This Code Is Scroll Your Long Menu.
Add This code Edit Code > base.css File
ul.header__submenu {
max-height: 60vh;
overflow-y: scroll;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
This is an accepted solution.
- Here is the solution for you @Sue_Lee
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.header__submenu.list-menu list-menu--disclosure {
overflow-y: scroll !important;
max-height: 55vh !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hello, and many thanks for this.
One question: would I have to add the code each time the theme gets updated?
Cheers.
You just need to add the above code again when you change to new theme, if the above code does not work when changing to new theme then you can ask me for help.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025