Jennie,
Good to hear from you. Let’s see if we can get things going for you.
The thumbnails are set to work proportionally. The full size one is 400 pixels wide by 600 pixels tall and the smaller one in the staff listing is 200 pixels wide by 300 pixels tall.
You can change those in the images.php file, but those changes will affect future uploads. To change images already uploaded, you’ll need to use the Regenerate Thumbnails plugin.
You can also make the staff listing full-width. Paste this into your Custom CSS box or add it to the bottom of the style.css file:
.page-template-page-staff-php #content {
width: 100%;
}
.page-template-page-staff-php #sidebar {
display: none;
}
Update your settings and that should let the staff page be full width.
Let me know if you run into any trouble.
Bill