Is there a way to change the header maximum crop size so I can make my header/logo larger? When I upload the image, it only lets me crop it to a very small size and it is not large enough. Thanks
In functions.php you can find the custom header definition starting with this line:
add_theme_support( ‘custom-header’, …
There you can change the values for width and height of the image. The smaller values are the actual pixels, the other are just double their size.