This should be in template css
It depends on your logo size. Play with the height in
/* Logo Image ---*/
and in
h1.logo a {
.
Good luck
/* HEADER
--------------------------------------------------------- */
#ja-header { background-color: #1c1c1c; margin-top: 30px; position: relative; z-index: 10; }
#ja-header .main { height: 100px; }
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }
h1.logo, div.logo-text { float: left; padding-top: 30px; position: relative; }
/* Logo Image ---*/
h1.logo { height: 60px; width: 325px; }
h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
height: 60px;
width: 325px;