<em>@hawver 137521 wrote:</em><blockquote>I assume you want to change the size of the element that contains the logo. The logo is a background image defined in template.css. If you want to change the size you’ll need this:
h1.logo a {
width: 245px;
height: 75px;
display: block;
background: url(../images/logo.png) no-repeat center;
}</blockquote>
I would just add that if there is a theme that is selected, the logo will need to be changed in that theme’s directory. For instance, there is a reference to the logo in template.css and blue.css. If blue.css is active, for instance, be sure to change the logo in templates/ja_opal/images/blue/logo.png. The css of a specific theme will override the template.css.