Hi Taylor,
To solve this resizing issues in responsive devices
Go to the css/responsive.css file
at line no. 3 you will find the code
#pagewrap .boxwidth-layout{ width:auto; margin:20px;}
just move the blank space like below
#pagewrap.boxwidth-layout{ width:auto; margin:20px;}
Please do this changes and let me know your feedback.
Regards
Grace Themes