Why is the Dawn theme mobile menu not working?

Hello,

I am not sure if the drawer menu is not working or the menu is invisible, but the menu drawer is not working in the mobile. I have set mega menu for desktop. My stole link is pairly.in. It is made with Dawn theme. What could be the reason for this and what can be done to rectify this?

Thanks

Hi @shivam11

This is Mike from Omega.

If this is what you need, you can try my solution:

  1. Open Theme → Edit Code

  2. Open base.css and paste this code to the bottom of file:

.menu-drawer {
transform: translateX(0%) !important;
}

Hope my answer will help.

Mike from Omega