Where to control the logo image size?
-
I modified header with logo image.
<?php bloginfo( ‘name’ ); ?> replaced by:
<img src=”/wp-content/themes/twentyeleven/images/my_logo.png” title=”Home” alt=”” />The logo size show up un-normal. How can I control the logo image size?
I tried to change these on header/css style:
#branding img {
height: auto;
margin-bottom: -7px;
width: 100%;But the banner image also changed at same time as result.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Where to control the logo image size?’ is closed to new replies.