Hi @mikebaldon,
the height of a header image can be arbitrary. There is no limitation for it.
If you would like to add an AdSense banner above the main menu panel, please insert its code just under the following element in “header.php”:
<?php if ( $happenstance_options_db['happenstance_display_search_form'] != 'Hide' && !is_page_template('template-landing-page.php') ) { ?>
<?php get_search_form(); ?>
<?php } ?>
But it probably would be better to place the AdSense banner over the whole page container. To do it, please place your banner code under this element in “header.php”:
<div id="container">
Best regards,
Tomas Toman