Archived topic
blank space on the right side of the page
3 replies · Started by Farokh on September 17, 2018
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
Hi there,
Have you fixed this?
Not seeing any unusual space on that page:
https://www.screencast.com/t/AZYw3hojVkzi
Let me know :)
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.