Here is my site Read-Only: [LINK]
I’m struggling to figure out what element is causing the overflow for my mobile site. Any ideas? [LINK]
I’d really appreciate any help!
Thanks!
Here is my site Read-Only: [LINK]
I’m struggling to figure out what element is causing the overflow for my mobile site. Any ideas? [LINK]
I’d really appreciate any help!
Thanks!
Hey Nick, great site btw! My best guess is some of your animations are starting out of the viewport so if someone accidentally scrolls horizontally it creates horizontal scroll.
My suggestion would be to:
* { border: solid red 2px }
to put a red boarder around everything so you an see what’s going outside the screenI would expect suggestion 1 to work but if it dens’t then try the other two points - hope that helps!