Hi,
The mobile menu is opening on the right of the screen, so the user can scroll sideways.
I’m running 3.3.2, I’ve removed and re-installed everything so not the theme, tried the css
#wrap_all {
position: relative !important;
}
I started the build by using the wedding demo reading through the threads this is a problem.
The css amend doesn’t resolve the issue. Could you take a look an advise? I need to launch this site asap – thank you
Hey ermington,
It looks like you’ve made a few customisations to the mobile menu, could you try to remove them to see if that helps please?
Thanks,
Rikard
ok so think we’ve found the problem – the issue is it’s a one-page website. Once an internal anchor link is clicked the active menu is displayed alongside the page – allowing the mobile user to scroll sideways. We had temporarily fixed the issue by applying ‘display:none’ but hadn’t noticed the class changes!
We’re trying some jquery to fix the bug.