As a sidenote, when I removed the cart, I wanted to move the menu up since my logo’s height is only 70px, so I added ‘height: 70px;” after the width to ensure that the menu operated properly.
I also had to change the template_css.css file, the menu under the logo to reflect the same thing.
#ja-headerwrap {
clear: both;
background: url(../images/bg.jpg) repeat top left;
position: relative;
height: 70px;
}
#ja-header {
}
h1.logo {
float: left;
margin: 0;
padding: 0;
width: 295px;
display: block;
font-size: 300%;
height: 70px;
}
h1.logo a {
width: 375px;
float: left;
display: block;
background: url(../images/logo.jpg) no-repeat;
text-decoration: none;
text-transform: uppercase;
text-indent: -4000px;
height: 70px;
outline: none;