1.Pls share temporary access details to your site as a private reply here.
2.Try the below custom CSS –
.single img.featured {
width: 60%;
}
3.Pls insert the below lines of code in file framework/shortcodes/team-shortcodes.php at line no:110
Email: ' . get_post_meta($post->ID, 'mo_email', true) . '';
echo '
Phone: ' . get_post_meta($post->ID, 'mo_phone', true). '
';
?>
And have the below custom CSS in themeoptions –
.member-info {
color: #3A3A3A;
font-style: italic;
}