Just the homepage menu drawer in dawn theme is not working on mobile.

Hello everyone, I’m new to Shopify. I’m using the dawn theme but when I switch to mobile view the burger menu doesn’t show. This is only happening on the homepage. Any help would be appreciated.

My store link: https://whhqq77pwy3a9urb-56392581295.shopifypreview.com

@fatima86 ,

Please add this CSS to your theme

div#menu-drawer {
    transform: translate(0);
    visibility: visible;
}

Thanks!