• The main menu does not work on mobile. At first, I thought it was my side bar what was causing the issue, but I noticed that the demo site also has the same issue.

    When you go to the preview: https://www.ads-software.com/themes/alizee/
    and make your screen smaller, the menu appears on the top, but nothing happens when you click the icon.

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

Viewing 1 replies (of 1 total)
  • Hello @ewk5074,

    It looks like a theme issue, thank you for pointing it out. As a workaround, you can try to use the following CSS code.

    You can add CSS code in Dashboard → Appearance → Customize → Additional CSS.

    .main-navigation .mainnav-mobi ul {
        display: inline;
    }

    Kind Regards, Roman.

Viewing 1 replies (of 1 total)
  • The topic ‘main menu does not work on mobile’ is closed to new replies.