Hi,
I would like to change the logo size, but it´s not working
This is my template.css file :
div.logo-text, h1.logo{margin:0; height:300px; width:200px; float:left}
h1.logo a{text-indent:-999em; display:block; height:300px; width:185px; background:transparent url('../images/logo.png') no-repeat 0 0}
div.logo-text h1 a{color:#fff; font-size:24px; text-decoration:none; text-shadow:1px 1px 1px #222}
div.logo-text h1 a span{margin-left:21px}
div.logo-text h1 a:hover{color:#ccc}
div.logo-text p{color:#999; margin:-10px 0 0 21px}
any idea ?
Michael