My numbers in the CSS codes below will look different than yours. I’m working with Larix at the moment and also wanted the logo slightly larger. Go to your template’s css files. (Exact path location: public_html/templates/ja_larix/css/template_css.css)
The modifications you will have to make will be to the header-bg image and the logo image.
When I’m making changes to the CSS I usually copy and paste the original into a word document. That way if I mess up or want the original numbers back I can easily restore the file.
Hope this helps
Jessica
/* HEADER
——————————————————— */
#ja-headerwrap {
clear: both;
background: url(../images/header-bg.jpg) repeat top left;
position: relative;
height: 140px;
}
#ja-header {
}
h1.logo {
float: left;
top margin: 20px;
padding: 0px;
width: 295px;
display: block;
font-size: 300%;
height: 110px;
}
h1.logo a {
width: 618px;
float: left;
display: block;
background: url(../images/logo.jpg) no-repeat;
text-decoration: none;
text-transform: uppercase;
text-indent: -4000px;
height: 120px;
outline: none;