• Resolved TheJRWesley

    (@thejrwesley)


    Clicking the icon to expand the main menu from a mobile device shows the dropdown, but only briefly. Even when it is visible, I can’t interact with it. Is anyone else running into this problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter TheJRWesley

    (@thejrwesley)

    I sorted it out by adding this to my custom .css

    @media only screen and (max-width: 768px) {
    .nav-collapse.collapse {
        transition-delay: 30s;
    }}

    It was set to 0s in the theme itself

    • This reply was modified 8 years, 2 months ago by TheJRWesley.

    I got the same problem. I copied the above custom css but it did not help.

    I use the Ryan theme (free) and the mobile menu collapses immediately after clicking it. What helps is clicking again.

    And when the menu is shown (after clicking twice) it does not show all menu sites. Where should be the last menu sites (bottom of menu) it shows the page. I.e. the bottom of the menu is just cut.

    And to leave the menu is not possible by clicking the menu icon again. I have to click any site of the menu to leave it.

    Anybody any idea?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Menu Dropdown Not Working’ is closed to new replies.