• Resolved michalrama

    (@michalrama)


    Hello,

    If I view the website on mobile, the menu doesn’t work properly. When you click on the three lines, the menu will slide out from the side, but when you click on the page, the menu will slide back, but the page will not load. I’ve tried different browsers and phones and they all have the same problem.

    If I shrink the browser window on the desktop, when I switch to mobile view, the same problem occurs with a small difference – it works at the very top, but not when I scroll down.

    How do I fix this please?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    Your theme seems to be adding an overlay that probably should show up behind the mobile menu but with sticky enabled it seems to come up in front of it.
    Adding the following to your theme’s Custom CSS or Appearance -> Customize -> Custom CSS should fix it:

    .tg-overlay-wrapper{
      z-index:1 !important;
    }
    Thread Starter michalrama

    (@michalrama)

    Hello @talextech

    You’re right. It works now. Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The mobile menu doesn’t work properly.’ is closed to new replies.