Archived topic
Right Side White Space Cant Remove Using Elementor In Mobie
3 replies · Started by Md Ali on September 20, 2022
hello sir, i can't able to remove the right side white space. i am using elementor
Hi there,
I'm not seeing the white space on mobile:
https://www.screencast.com/t/aZlhQzuzi6W
Maybe a screenshot to explain what you are referring to?
You can upload screenshot to https://postimages.org/ and share the link with us.
In all browsers on mobile devices, this blank white space is displayed when sliding it slightly to the right.
I see what you mean, it's caused by the moving elements in the first section of the page.
As the entire page is built with Elementor, GP doesn't have control over it.
But you can give this CSS a try:
.site-content {
overflow-x: hidden;
}