Site logo

Archived topic

blank space on the right side of the page

3 replies · Started by Farokh on September 17, 2018

Viewing posts 1–4 of 4

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

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.

This archived topic is closed to new replies.