Hello There!
Hope you are doing good!
Edit file “wp-content/themes/super-construction-plus/functions.php” and add the below-mentioned code at the end of the file
add_action( 'after_setup_theme', function(){
add_theme_support( 'custom-logo', array(
'height' => 70,
'width' => 220,
‘'flex-height' => true,
'flex-width' => true,
) );
}, 20 );
Then you can Skip Cropping to use a full-size logo.
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesigns