-
AuthorPosts
-
March 27, 2017 at 1:48 pm #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 8 years, 8 months ago by
marekLDN.
March 27, 2017 at 3:22 pm #767488Hey marekLDN,
Try adding this to quick css:
#wrap_all { overflow-y: scroll; }Let me know if this works for you.
Best regards,
Jordan ShannonMarch 27, 2017 at 3:47 pm #767507Hiyah
Still not working…
Thanks.March 27, 2017 at 3:57 pm #767516Hi,
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 ShannonMarch 27, 2017 at 4:51 pm #767555It 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
March 28, 2017 at 6:13 am #767870Hi!
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 -
This topic was modified 8 years, 8 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
