Hi,
I have a strange problem on a site I’m developing. When I look at the site on my mobile phone (iphone5) I’m able to swipe the site to the left which displays the mobile menu on the right. Can this be looked at?
Enfold version 3.0.8.
Cheers,
Jaap
Hi Jaap!
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.
Regards,
Yigit
Hi Yigit,
That was quick :-) Code is working. Thanks!
Cheers,
Jaap