• Resolved avallie87

    (@avallie87)


    The mobile menu is not collapsing on my website, easystreetprint.com. The desktop version is pretty much exactly what I want, but the mobile version’s biggest issue at the moment is that the menu is staying open and there’s no way to close it. Tapping on the menu button doesn’t do anything.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @avallie87,

    The problem appears to caused by CSS that has been added to the site.

    Please try deleting the rule below from your custom CSS.

    .main-navigation ul {
        display: inline;
    }

    If removing it doesn’t help, please let me know ??

    Thread Starter avallie87

    (@avallie87)

    Oh goodness. Thanks! Spend too much time looking at a problem and you miss the simple things. ?? That fixed it!

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Menu not collapsing’ is closed to new replies.