[Support request] White Space on right side on Mobile Devices

Home Forums Support [Support request] White Space on right side on Mobile Devices

Home Forums Support White Space on right side on Mobile Devices

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1539744
    piotr

    My Desktop version works beautiful. But issue comes on mobiles.

    On Mobile Devices there is an empty space on the right side of the website.
    But only on the Frontpage.

    https://zwirgi.cf/

    I am still going crazy looking for a solution.
    Can you give me a little help?
    Thanks

    #1539917
    David
    Staff
    Customer Support

    Hi there,

    first try changing Customizer > General > Structure to Flexbox.
    This should eliminate an box-sizing overflow which happens when elements have a width and padding value defined.

    If that doesn’t resolve the issue, leave it enabled and let us know so we can pin down the issue.

    #1541859
    piotr

    Thank you very much for the quick answer.

    Unfortunately the problem is not solved yet.

    I have already removed all blocks in the content (incl. Boxzilla) temporarily, even without success.

    #1542506
    David
    Staff
    Customer Support

    Hmmm… one of the elements that is being displayed using JS is breaking the layout.
    Try adding this CSS to resolve that:

    html {
        overflow-x: hidden;
    }
    #1563977
    piotr

    solved the problem the hard way 😉

    Thanks

    #1565392
    David
    Staff
    Customer Support

    Glad to hear that

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