Hi!
Thanks!
Not possible, sorry, at least not to the left of header text. You can upload a logo, but it would replace site title (and use your site title as alt tag in logo image).
I’m not saying we won’t make this change, but if we do it won’t happen right away.
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!