Hello,
I can help you out. For the most part theme compatibility issues are up to you, but I have some css below to get you started.
So you can add this to your theme’s stylesheet or through a plugin like Simple Custom CSS:
#tribe-events-pg-template {
background: none repeat scroll 0 0 #fff;
padding: 20px;
margin: 0 auto 30px;
}
That will add a white background to the Events Pages.
It may not be exactly how you want it, but if you play around with the padding and margin that should get you there.
Let me know if that helps out.
Thanks