Hi,
I used this guide to replace my site title with a logo. I'm using the twentyeleven theme.
I would like to make the logo responsive so that it will resize together with the rest of the page. I currently have the following in my twentyeleven custom stylesheet:
#site-title {
text-indent:-9999px;
}
#site-title a {
background:url('http://www.whereskarlo.com/wp-content/uploads/2012/09/logo.png') no-repeat;
size:cover;
display:block;
height:146px;
width:473px;
}
I have tried size:cover; and size:contain; but it doesn't work. Any suggestions?
The blog I need help with is www.whereskarlo.com.