Having a problem with horizontal scroll on mobile

Hello, I’m having an issue with a page scrolling horizontally into whitespace on mobile. I assume there is an element that’s set too wide, but I can’t find anything that is.

Can anyone help me figure this out?

Thank you!

Hi Ryan @rbush

The problem is in the footer. Container 2 is overflowing the page. If you set a Max width of 100% on Container 2, it should fix the Horizontal scrolling problem on mobile.

1 Like

Thank you! I was not looking at the footer.

1 Like

You’re most welcome. Glad we found the culprit!