Shopify themes, liquid, logos, and UX
Hi @Ellemw ,
Which menu do you want?
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Hello, sorry about that our site is:
https://www.kegsonlegs.com.au/
Both the 'kegs' & 'Eats & drinks Catering' menus need to scroll so you can see the options regardless of screen size
overflow: scroll;
But yeah, link would be good.
Hello @Ellemw
Go to online store ---------> themes --------------> actions ------> edit code-------> base.css
and add this code at the very end of your file.
HeaderMenu-MenuList-3 {
max-height: 300px;
overflow: auto;
width: 360px;
}
and the result will be
let me know if this was helpful and mark the job as completed.
Thanks
Hello @Ellemw
Go to online store ---------> themes --------------> actions ------> edit code-------> Assets------> Style.css--------> line number 1899
replace this code
.dropdown-links {
background: #ffffff;
position: relative;
display: flex;
}
with this code
.dropdown-links {
background: #fff;
position: relative;
display: flex;
height: 300px;
overflow: auto;
}
and the result will be
let me know if this was helpful and mark the job as completed.
Thanks
Thank you.
Is there a way to set the height to auto? As when I use this code some of the menus have a big white space underneath
Shopify and our financial partners regularly review and update verification requiremen...
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