Tagged: mobile menu, navigation, sidebar
Hi Team,
since the last update a sidebar menu appears on mobile devices when manually or accidently scrolling to the right. You can see it on my webiste: http://www.webigami.de (resize the browser to mobile view an then scroll to the right):
Why and where can I deactivate it?
Thank you,
Jan
Same issue here. I’m updated to Enfold 3.0.8
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px){
.responsive.html_header_sidebar #top {
position: relative;
}
}
Cheers!
Josue
The following in Quick CSS worked for me:
@media only screen and (max-width: 767px){
#wrap_all {
position: relative;
}
}