Archived topic
Little extra gap on the left side of home page on mobile with Elementor
4 replies · Started by Amit on July 30, 2018
Hi,
Newbie here - just got my premium GP today - I Love it!
I am 'crafting' myself an experimental site, so I use the GP premium with Elemntor free version 2.1.5.
https://plantica.com/ - for now this site is experimental only for me to practice...
When the site loads on mobile only, it gets tilted/aside a bit (several pixels) to the right - this can easily be seen on any Devtools of any browser, or any real device.
Desktop loads just fine.
The site language is Hebrew...
Don't know wheather this is a pure theme issue/Elemntor/Configuration issue...
Hope I've provided with as much helpful inforamtion as I could.
Thanks :)
-Amit
Hi there,
Does this happen on a page without Elementor?
Let me know :)
Hi,
No it does not :)
However should there be maybe some CSS confguration of a some kind of padding issue the GP can solve?
Or do you think this is a pure Elementor issue?
Thanks,
Amit
However this css applied in the theme solved this one:
html, body {
max-width: 100% !important;
overflow-x: hidden !important;
}
That CSS fix is just like a patch and it isn't fixing the source of the problem.
The source of the problem is likely Elementor since there isn't a problem without it.
Glad you found a fix though.