Hi Michael,
Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) {
table.eme-rsvp-form { width:100% !important;}
.single article table td, .page article table td, .single article table th, .page article table th { width:100% !important; display:block !important;}
input[type=”text”], input[type=”email”], input[type=”url”], input[type=”password”], input[type=”search”] { width:100% !important; box-sizing:border-box !important;}
}
Regards,
Brad