Hi there,
I’ve noticed that the main menu on my site, runguidesmedia, is displaying to the right, off screen on my iPhone 4s. When users land on the site and scroll down they are accidentally able to scroll the whole page to the right which they shouldn’t be able to do.
I’m running the wordpress 4.1.1 and Enfold 3.0.8
How can I hide that main nav from my mobile site?
Thanks!
Echoing cjennermann – I’m also having this problem on all mobile devices, phones and tablets. In fact, it’s even happening on your demo.
Screen shots:
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
#wrap_all {
position: relative !important;
}}
Issue will be fixed on upcoming update.
Best regards,
Yigit
Yigit, you rock! Thank you.
Brandon
Hey!
You are welcome Brandon, glad we could help :)
We will keep the thread open for the OP. If you have any other questions or issues, please feel free to create a new topic
Regards,
Yigit
Thanks Yigit! That’s the perfect fix for now. Appreciate it!