You can paste the code into a style for hide the side menu on mobile
@media screen and (max-width: 480px) {
.wp-side-menu {display:none;}
}
Unfortunately it doesn’t work:
https://snag.gy/7uhJI5.jpg
https://snag.gy/ImNtUj.jpg
It stays all the time when scrolling the site.
On Mobile, where screenshot less 480px, side menu not show.
You can change “max-width: ” screen
Ok, that’s another problem.
The most important one is when you tap on the icon, menu opens and stays opened all the time while you browsing and reading the site. This is annoying. It happens only on mobile. How to fix this error?
At the moment, we can offer only one option:
Hide “side menu” on mobil using the css code
@media screen and (max-width: 480px) {
.wp-side-menu {display:none;}
}
We will try to solve this problem