Hi,
I want to add a Header to my site here http://www.gothshop.marleyman.co.uk/store/index.php
and the header is 420 in height. I am using the 'Darkness' Template and I have been into the css file to change the code to make the banner fit.
It looks like this
/*wrappers - page or section containers*/
#mainWrapper {
background-color: #383E44;
text-align: left;
width: 750px;
height:420px;
vertical-align: top;
border: 1px solid #9a9a9a;
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-color: #383E44;
height:420px;
}
but if you look at the site the banner is only showing 144 pixels in height.
What should I be doing to get this large header banner to fit in?
Thanks,
Kenny M.



