
Originally Posted by
stevesh
Not sure what 'script' you added, but find #logoWrapper in your stylesheet and change the height to the height of your image (110px).
I have done that in the style sheet here is the script I added to the style sheet when I changed the header image:
Code:
#headerWrapper, #contentMainWrapper, #logoWrapper {>>
width:760px;>>
height:110px;>>
background-image:url(../images/header_bg.jpg);>>
background-repeat:no-repeat;>>
}>>, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}