/wp-content/themes/profitmag/inc/custom-header.php
function profitmag_custom_header_setup() {
add_theme_support( ‘custom-header’, apply_filters( ‘profitmag_custom_header_args’, array(
‘default-image’ => ”,
‘default-text-color’ => ‘000000’,
‘width’ => 400,
‘height’ => 80,
‘flex-height’ => true,
‘wp-head-callback’ => ‘profitmag_header_style’,
‘admin-head-callback’ => ‘profitmag_admin_header_style’,
‘admin-preview-callback’ => ‘profitmag_admin_header_image’,
and then you must change style.css
.site-logo.f-left {
width: 400px;
height:80px;