Hey I have 9 top level items on my main menu. When I view on mobile, I am not able to scroll down to view the entire menu. And If I turn on “show sub menu items” then I can’t view half of the menu. Shouldn’t users have the ability to scroll down to view the entire mobile menu?
Editing this: Sometimes I am able to scroll down, other times I am not. It’s not consistent.
Hi Antonio!
It looks fine on Android. Are you using an iPhone?
We had some other reports of this happening on iPhone. Our devs will reply when they get a chance to look at it.
Cheers!
Elliott
Hey Elliott,
Thanks for the quick reply. Yes it is an iphone platform.
Thanks.. Look forward to your reply.
Hey!
As Elliott mentioned, issue was already reported. We will post solution as soon as we can :)
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ }
}
Enfold version 3.1.4 will fix the issue
Cheers!
Yigit
Thanks so much Yigit! Always great support from you guys