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

    Hi,

    My screen is scrolling towards the right when in mobile version. The screen should be locked from going left or right, correct?

    Thanks,
    Jonny

    #406785

    Echoing jrgrigg- I’m also having this problem on all mobile devices, phones and tablets. In fact, it’s even happening on your demo.

    Screen shots:

    iPhone

    iPhone

    #407065

    Hi!

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.