adding a logo to title area to twentyeleven theme
-
I tried to add a logo to the twenty eleven theme and had set a size but it distorted and made it huge.
<h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo bloginfo('stylesheet_directory');?>/images/logo.png" alt="<?php bloginfo( 'name' ); ?>"/><?php bloginfo( 'name' ); ?></a></span></h1>
I added a class in my style sheet as well. the url is nintech.us
I appreciate any advice
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘adding a logo to title area to twentyeleven theme’ is closed to new replies.