• gregorpiano

    (@gregorpiano)


    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? I tried the solution that is written below (inserting some custom css) but that did not help.

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

    (@gregorpiano)

    This is the custom css that was posted before and which did not help:

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

    Hi Gregorpiano,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

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

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Again: mobile menu dropdown not working’ is closed to new replies.