Ok, so I finally found the answer to this problem on another thread somewhere. I’m sorry I didn’t save the URL show I could give credit to the right person, but here’s the code that solved this issue for me.
I added this to my child theme CSS:
body {overflow-x: hidden;}
Hopefully this helps others who have the same issue.