Site logo

[Resolved] horizontal scroll from mobile

Home Forums Support [Resolved] horizontal scroll from mobile

Home Forums Support horizontal scroll from mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1999629
    Stefano

    Hi there!
    I have a problem on a website where from mobile there is a horizontal scroll.

    I have also inserted on the css:
    body {
    overflow-x: hidden !important;
    }

    But it still scrolls.
    Can you help me understand?

    Thanks

    #1999659
    Elvin
    Staff
    Customer Support

    Hi there,

    Try this instead.

    html, body {
        overflow-x: hidden !important;
    }
    #1999663
    Stefano

    Problem solved! As always, you are fantastic.
    Thanks 🙂

    #2000880
    Elvin
    Staff
    Customer Support

    No problem. 😀

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