Site logo

[Resolved] Web on mobile is to wide

Home Forums Support [Resolved] Web on mobile is to wide

Home Forums Support Web on mobile is to wide

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1763068
    Marcin

    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%?

    #1763376
    David
    Staff
    Customer Support

    Hi there,

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

    #1763446
    Marcin

    There You go: https://statuetki3d.pl

    #1763458
    David
    Staff
    Customer Support

    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.

    #1764871
    Marcin

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

    #1765204
    David
    Staff
    Customer Support

    Glad to be of help.

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