[Resolved] Page is able to scroll horizontally on mobile

Home Forums Support [Resolved] Page is able to scroll horizontally on mobile

Home Forums Support Page is able to scroll horizontally on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2319371
    Johan

    Hi,

    One of my pages where I added som animations is able to scroll a little bit horizontally on mobile. All the other pages works perfect but this one kinds of bug me out.
    Is there some way so I can “lock” the page so it is fixed as the other ones?

    #2319512
    Fernando
    Customer Support

    Hi Johan,

    Can you try adding this CSS in Additional CSS?:

    html {
        overflow-x: hidden;
    }
    #2319581
    Johan

    Worked great. Thanks!

    #2319592
    Fernando
    Customer Support

    You’re welcome Johan!

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