Site logo

Archived topic

Web on mobile is to wide

5 replies · Started by Marcin on May 4, 2021

Viewing posts 1–6 of 6

Hello, my web on mobile is to wide (about 120% of actual screen size). How can I fix it? Is it possible to restrict it to 100%?

Hi there,

can you share a link so i can see what is causing the unintended overflow.

Can't see the problem element - the issue looks to be caused by some Javascript running on the site.
As a catch all you can add the following CSS:

html, body {
    overflow-x: hidden;
}

This wills stop overflow from occurring.

Thank You, I was looking for errors in CSS code, but I couldn't find them. The solution seams to work :)

Glad to be of help.

This archived topic is closed to new replies.