Mega-menu will not stay open without cursor on Trade Theme

Mega-menu will not stay open without cursor on Trade Theme

jordanbford1
Tourist
44 0 10

Hi! My mega-menu will not stay open when I go to click on a lower level menu item once I remove my cursor from the menu item itself. This is my website. Can you please tell me how I can fix this? I am using Trade theme.

 

Screenshot 2025-01-02 at 18.06.03.png

Replies 2 (2)

Kyle_liu
Shopify Partner
359 46 60

Hi  @jordanbford1 

 

Add the following code to the base.css file

@media screen and (min-width: 990px) {
  .header {
    padding-top: 8px;
    padding-bottom: 0px;
  }
}

 

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
jordanbford1
Tourist
44 0 10

@Kyle_liu This somewhat worked. If you visit my website and try to use to the Fall & Halloween menu item, it is still giving issues because the mega-menu drop down is stretching the entire length of the screen and not directly under the menu item. Any way to fit it to drop down under the menu item  and only open as wide as the actual mega-menu contents? Like how this one does on another site

jordanbford1_0-1736017498793.png