Reply To: Mobile Hamburger Menu Not WorkingSupport2026-02-17T06:14:46+00:00 February 17, 2026 at 6:14 am #10046071 SupportKeymaster 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) { }