Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #403509

    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

    #403516

    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

    #403521

    Hi Yigit,

    That was quick :-) Code is working. Thanks!

    Cheers,
    Jaap

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile website scrolls to left, menu visible’ is closed to new replies.