The main menu keeps disappearing when scrolling down with Crave theme

Topic summary

A user reported that the main dropdown menu in the Crave theme disappears when scrolling down on desktop, preventing access to menu items below the fold. Mobile navigation works correctly.

Solution Provided:

  • Add custom CSS code to the theme.liquid file, just above the </body> tag
  • The code targets .header__submenu with overflow-y: auto !important; to enable scrolling within the dropdown

Outcome:

  • The original poster confirmed the solution worked successfully
  • A subsequent user reported experiencing a similar issue but the same fix did not resolve their problem, indicating the solution may be theme-version or configuration-specific

The thread remains partially open as the second user’s issue is unresolved.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hey,

I’m using the crave theme.

Currently, there are a lot options in my main drop down menu. When I scroll down to see the remainder of the options, the menu disappears and I can never access the remaining options. This only happens on desktop. Mobile version has a slightly different menu on the side that works perfectly.

Can I please get some help with this? If the scrolling issue is too hard to fix, how can I make the drop down menu into multiple columns?

Here is the website: [https://salisburyflowershop.com.au/](https://salisburyflowershop.com.au/\)

I’m using the Crave theme and help would be greatly appreciated. Thank you!

Hi @Dev71 ,

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code just above tag

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

Thank you so much!!! It worked :slightly_smiling_face:

Hi there! I’m having a similar issue but the above solution didn’t work. Could you please assist?