Hi,
You can use page templates to display left/right sidebar in your page. Just edit the page and select page template from Page Attribute panel.
Please check the documentation
http://gracethemesdemo.com/documentation/the-church/#page-templates
To remove the ‘The Pastor’ information from Upcoming Events section
Go to the Appearance -> Editor -> style.css
add below css code at the end of file
.column-event .event-image-pastorby { display:none; }
Regards
Grace Themes