1 week from launch and the burger icon is not working

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:

I hope this helps

Best,

Daisy