Unfortunately that is no setting to turn it off those sidebar and extend the cover height, but you can apply this following css into your site backend > EasySocial > theme > custom css 
body #es .es-container .es-sidebar {
     display: none !important;
}
body #es .es-profile-header__cover {
    height: 200px !important;
    max-height: 300px !important;
}