[Support request] blank space on the right side of the page

Home Forums Support [Support request] blank space on the right side of the page

Home Forums Support blank space on the right side of the page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #679618
    Farokh

    Hi Tom

    Do you have any idea why there is blank space on the right side of this page all the way down?

    http://www.lingaline.com/post-pay/

    best

    #679701
    Leo
    Staff
    Customer Support

    Hi there,

    Have you fixed this?

    Not seeing any unusual space on that page:
    https://www.screencast.com/t/AZYw3hojVkzi

    Let me know 🙂

    #679931
    Farokh

    Hi Leo

    No, I did not fix it.
    I guess your screen is bigger than 18 inch?
    On my 18 inch display, there is extra space on right, on all browsers!
    Can you check with a different device?

    Best

    #680326
    Leo
    Staff
    Customer Support

    Hi there,

    If you test a page without Elementor, it shouldn’t happen.

    That’s because the Elementor container is using percentage as width below 768px:

    @media (min-width: 768px) {
        .elementor-4046 .elementor-element.elementor-element-160322c8 {
            width: 79.984%;
        }
    }

    You could simply change the CSS above to 100% but I would recommend asking their support if there is a better way.

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