Site logo

Archived topic

Page is able to scroll horizontally on mobile

3 replies · Started by Johan on August 21, 2022

Viewing posts 1–4 of 4

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?

Hi Johan,

Can you try adding this CSS in Additional CSS?:

html {
    overflow-x: hidden;
}

Worked great. Thanks!

You’re welcome Johan!

This archived topic is closed to new replies.