Hamburger menu not appearing on mobile version

Hello!

I noticed that the hamburger menu is not appearing on the mobile version of my site (https://www.gator-glass.com/) and was hoping you can help troubleshoot? I tried so many different options to make it appear but nothing has worked yet! Appreciate your support!

Thanks,

Brian

Hi @BrianLalli ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → Edit code

  1. Assets/base.css
  2. Add code below to end of file
body header-drawer {
opacity: 1;
}

This worked perfectly! Thank you, EBOOST!