- Acme Themes
#8048
acmethemes
Keymaster

Hello Chad Curtis,
Thank you so much for your questions. Please find the Custom Logo code on acmethemes/core.php and replace the that code by the below code. after that you can crop the logo as your needed size.

add_theme_support( 'custom-logo', array(
            'flex-height' => true,
            'flex-width' => true
        ) );

Note: Child Theme is recommended to customize theme.

Warm Regards,
Acme Supports