HELP ME PLS . THANKS
Why can’t the Mega Menu (Parent) and dropdown menu of my kalles theme be displayed correctly?
A Shopify store owner using the Kalles theme is experiencing display issues with their mega menu (parent level) and dropdown menus not rendering correctly. The user shared screenshots showing the problem and their desired outcome.
Attempted Solutions:
Current Status:
height: 63vh, overflow-x: hidden, overflow-y: hidden) still don’t produce the desired displayThe issue appears to require deeper investigation into the theme’s specific menu structure and CSS conflicts.
HELP ME PLS . THANKS
Why can’t the Mega Menu (Parent) and dropdown menu of my kalles theme be displayed correctly?
Hi, @Aiden3408
Can you please share the store URL so that I can assist you?
Hi @Aiden3408 , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the tag
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Hello, @Aiden3408
.cus.sub-menu.calc_pos {
height: 16vh !important;
padding: 1rem !important;
}
Thanks!
I updated the code above. Please try again.
@Aiden3408 , you can find theme.liquid
don’t work
i want :
dropdown display like this
Mega menu (parent) – can display listlinks (children), like this
@Aiden3408 replace height
height: 63vh !important;
/* add these properties too below given code*/
overflow-x: hidden;
overflow-y: hidden;
You can go to my website https://chosgohearingaid.com and see that it doesn’t display as shown in my picture.