Reply To: Mobile Hamburger Menu Not Working

#10046071
Support
Keymaster

Hello, the problem is this line in your custom css:

If you want to apply that css only for desktop resolution you can add it inside the media query:

@media (min-width: 992px) {

}