Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #767414

    Hello, I’ve updated my website to the latest version of the Enfold theme, today again to 4.04 and I seem to be having problems with the mobile menu which affects iphones only. My menu is quite long and when I click to open it in the top right corner, I cannot scroll down the menu on iphones. It works fine on android. I went through all the possible settings and the problem seems to be with pages. When I reset all options in theme settings it works and you can scroll down the menu, but as soon as you select static pages for home and blog then the mobile menu doesn’t scroll again. Please advise.

    • This topic was modified 7 years ago by marekLDN.
    #767488

    Hey marekLDN,

    Try adding this to quick css:

    #wrap_all { 
    overflow-y: scroll;
    }

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #767507

    Hiyah

    Still not working…
    Thanks.

    #767516

    Hi,

    Try this for quick css:

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

    Also,

    Are you using the latest version of Enfold?

    Best regards,
    Jordan Shannon

    #767555

    It still doesn’t work. The problem is only for the menu, I can scroll down the page, I cannot scroll the menu after I click on it. And it’s just on the iPhones.

    I have the latest version of the theme 4.04.

    When I had the version 3.85 it all works fine.

    many thanks

    marek

    #767870

    Hi!

    I just removed the .boxed class and added the !important property and all is working normally.

    The code that I added was:

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

    Best regards,
    John

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.