Hi Slobodan, I created a child theme as you suggested, but in trying to adjust the size of the logo in functions.php, I crashed the site ??
This is the code I put in there (just the height and width bit):
<h1 class=”logo-image”>
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”>
<img src=”<?php echo $logo_image[0]; ?>” width=”518″ height=”99″ alt=”<?php bloginfo( ‘name’ ); ?>” />
</h1>
Ok, I’m lost. You’d think it would be a simple thing to figure out how to change the height and width of an image!