Tagged: mobile menu
Hi guys,
While making a new website I’m just experiencing something that never happened before: on my iPhone when I load the homepage instead of taking up the whole screen and have the menu to show only when tapping the icon on top right, the site can be moved to the left, revealing the entire menu on the right hand side.
Have a look here: http://new.vacationrentalsecrets.com
I deactivated all the plugins and reloaded the page but it still shows the menu that way. How can I avoid it?
I am having the same issue! Makes for a very unprofessional looking site.
Please let (us) know how we can fix this?!
Thanks,
Kris
Same here. After the latest theme update I started to have this problem too.
Guys, this should fix it – or at least it did for me (add it into your ‘QUICK CSS‘ box under the General Styling tab:
@media only screen and (max-width: 990px) {
#wrap_all {
position: relative !important;
}}
Hi!
Please use the code here – https://kriesi.at/support/topic/mobile-menu-showing-up-on-the-right/#post-396686
@krisfosh Thanks :)
Cheers!
Yigit
The problem with that solution is that all margins are gone. Before I updated to latest version everything worked fine.
So what’s the solution that should work @Christher and @Yigit?
Hey!
Try with this:
@media only screen and (max-width: 767px){
.responsive #top {
position: relative;
}
}
We’re already aware of this issue and a fix will be included in the next patch.
Best regards,
Josue
Krisfosh’s solution worked for me. Thanks
Seems like it’s working for me too! Thanks