Hi Kriesi Support,
I made a one-page design with some links.
When I browse the site on my smartphone, open the main menu with the button and click on a link (which scrolls to the same page), the mobile menu isn’t hidden but placed on the right site of the content.
How to fix that?
Cheers
Hi coretekk!
Please make sure that you are using the latest version of Enfold which is currently 3.1.5 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Issue was fixed already
Regards,
Yigit
Hi Yigit,
The strange thing is, I’m using 3.1.5 and the issue still appears.
Is there a small css fix available to solve it?
Cheers
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi!
Have you checked it on an actual phone? i tested your site on a Motorola G + an iPhone and the issue doesn’t occur.
Best regards,
Josue
Hi,
Steps to reproduce:
1) open url
2) open main menu
3) click on a menu link
4) scroll to the right on the phone
5) scroll up
did you try that?
We tested it on actual phones.
Best Regards
Seems to be a bug, i’ll report it to Kriesi.
Thanks,
Josue
Hi Josue,
Thank you! Is there a workaround available meanwhile?
Hi!
What happens when you add this in the Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top {
overflow-x: hidden;
position: relative;
}
}
Please remove browser cache then reload the page.
Regards,
Ismael
Fixed the issue, thank you very much Ismael :-)