1 week from launch and the burger icon is not working

1 week from launch and the burger icon is not working

owenshorty
Shopify Partner
1 0 0

Hey everyone,

I’m one week away from launching my store, and I’ve hit a snag with the burger menu on mobile. When I click the menu icon, nothing happens. I’m not a coder, so I’ve been relying on YouTube tutorials and DeepSeek to help me add functions to my site.

 

This include adding code for  a transparent and inverted header that changes back to normal when scrolling (which I’m super proud of, but it might be causing the issue?)

 

the website is teamhlthy.com and Im also happy to share code if needed, Any help or suggestions would be amazing! I’m so close to launch, and this is the last big thing I need to fix. Thanks in advance for your time and expertise!

Replies 4 (4)

Bundler-Manuel
Astronaut
817 42 96

Hello there @owenshorty  have you tried opening a support ticket for the theme you’re using yet? That approach has worked for customers here previously where the issue was able to be taken care of without any extra charges.

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.

Kyle_liu
Shopify Partner
421 53 76

Hi @owenshorty 

 

You can share some of the code and check together where the problem lies.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee

DaisyVo
Shopify Partner
4286 470 562

Hi @owenshorty 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

@media screen and (max-width: 768px){
div#menu-drawer {
    left: 390px !important;
    height: 93vh !important;
}
}

 

Here is the result: image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

tim
Shopify Partner
3963 409 1469

You need to add one more rule to the CSS code you've added:

[open] > #menu-drawer {
  transform: none;
  visibility: visible;
}
If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com