Hey Guys,
I am struggling with a problem that might be easy to answer. I have elementor on wordpress and created a website with it. Also set up to be responsive but if I check the website on mobile, the whe frame of the website is moving if i swipe left and the white space can be seen in the background.
Honestly I have checked everything but still see the same issue.
www.infinitscale.com
It looks like you’ve set a custom margin on your hamburger menu icon
.elementor-1475 .elementor-element.elementor-element-a1e0e95 > .elementor-widget-container { margin: 30px -100px 0px 0px; }
Remove that CSS. It’s almost never a good idea to use negative margins.