1) The file header.php:
<img src=”<?php header_image(); ?>” width=”217″ height=”70″ alt=”<?php bloginfo(‘name’); ?> <?php _e(‘Logo’, kopa_get_domain()); ?>”>
Change the values 217 and 70 on the dimensions of your image.
2) The file style.css:
#logo-image {
margin-top: 8px;
}
#header-middle {
padding: 30px 0;
}
Changing the distance around the logo.