hi guys
this website here
http://www.bansteaddentalcare.com/
seems to allow a user on a mobile device scroll to the left of the main site and it renders the hidden menu
It’s hard to decsribe but if you access the above url on a mobile and attempt to scroll you will see what I mean
any advice on resolving this?
Hi codecreative!
Please add following code to Quick CSS
#wrap_all {
position: relative !important;
}
Best regards,
Yigit
why is this not included by default out of interest?
Hey!
That is because you have added custom CSS code to activate mobile menu at a higher resolution :)
Best regards,
Yigit
What was the custom css code? So I can not do this again
Hi,
Looks like this:
@media only screen and (max-width: 1135px) {
#advanced_menu_toggle {
display: block;
}
}
Best regards,
Rikard
Thank you