Tagged: mobile
Hi
Appears to be a new problem with version 3.0.8:
Mobile pop-up menu isn’t resized to hide it when it’s not deployed, so that scrolling page to the right reveals it.
schlachten.org
Thanks
Dan
Hey danfarberoff!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
#wrap_all {
position: relative !important;
}}
Issue will be fixed on upcoming update.
Best regards,
Yigit
Thanks! Fixed.