Site logo

Archived topic

horizontal scroll from mobile

3 replies · Started by Stefano on November 11, 2021

Viewing posts 1–4 of 4

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

Hi there,

Try this instead.

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

Problem solved! As always, you are fantastic.
Thanks :)

No problem. :D

This archived topic is closed to new replies.