Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #771934

    Hello,
    I have the problem on my page if I want to scroll the mehu on my IPhone. Sometimes it works sometimes not. I tried some css hacks from previous questions in this forum, I also updated to the last version 4.0.5 and I deactiveded WPRocket. But nothing helps. So I hope you can find a solution.

    There is the page http://www.motor-chiptuning.at

    #771955

    Hey aossi,

    Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    @media only screen and (max-width: 767px) {
    #wrap_all { overflow: hidden !important; /*needed for mobile menu scrolling */ }
    }
    

    Best regards,
    John Torvik

    #772310

    Hi John,
    thanks for your css. It works fine!

    Cheers, Alex

    #772491

    Hi,

    Glad to hear that it’s fixed. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu not working properly with iOS on mobile view’ is closed to new replies.