• Resolved c2homestead

    (@c2homestead)


    The navigation menu works, except if you try to click the dropdown. If you click it, instead of letting you choose an item from that dropdown, it opens with the main link from that menu option.

    For example, I have “Get Started” as the main option and 3 others under it. If I click the arrow for the dropdown next to “Get Started” it opens the “Get Started” page instead of letting the user choose one of the three below it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Branko

    (@brankoconjic)

    Does that happen on our demo for you as well?
    https://demo.sinatrawp.com/travel-blog/

    Can you share your website URL so I can take a look into that.

    Thanks!

    Thread Starter c2homestead

    (@c2homestead)

    Hi, thanks for the reply. I found that it was an issue within using the customizer mobile view in WordPress. When I went to your demo and my site the nav menu was working.

    Branko

    (@brankoconjic)

    Thanks for letting me know. I will take a look into that.

    Hi my website gobbletobble.com sub menu overflow is not scrolling with page and mobile sub menu is hidden beyond page. Can you please help.

    Branko

    (@brankoconjic)

    @damanjeet,

    You could do something very specific, for example:

    .menu-item-676 .sub-menu {
          max-height: 400px;
        overflow-y: auto;
    }

    .menu-item-676 is your “Kitchen” sub menu.

    Add the CSS into the Additional CSS field in Appearance ? Customize.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Dropdown navigation menu on mobile not working’ is closed to new replies.