Why can't the Mega Menu (Parent) and dropdown menu of my kalles theme be displayed correctly?

Topic summary

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:

  • Multiple community members (@AnneLuo and @topnewyork) provided CSS code snippets to add to theme.liquid or theme.css/base.css files
  • Suggested fixes included adjusting height properties, padding, and overflow settings
  • Code was updated and refined multiple times based on user feedback

Current Status:

  • None of the proposed solutions have worked so far
  • The user wants: dropdown menus to display in a specific vertical format, and mega menu parents to properly show their child link lists
  • Store URL provided: https://chosgohearingaid.com
  • Discussion remains unresolved with the user confirming the latest CSS adjustments (including height: 63vh, overflow-x: hidden, overflow-y: hidden) still don’t produce the desired display

The issue appears to require deeper investigation into the theme’s specific menu structure and CSS conflicts.

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

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

https://chosgohearingaid.com

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

  1. Go to Online Store
  2. Edit Code
  3. Find theme.css/base.css file
  4. Add the following code in the bottom
.cus.sub-menu.calc_pos {
    height: 16vh !important;
    padding: 1rem !important;
}

Thanks!

Didn’t work

I updated the code above. Please try again.

没用

超级菜单(父级)-- 可以显示链接列表(子级),像这样

下拉显示如下

is it? pre_theme.cc

base.css can’t find

@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.