Hello guys,
Really love playing around with ZenCart but for the life of me can not seem to figure out the edit header for version 1.3.7
My website is www.newmanz.co.nz/zen
I want to centre my header picture onto the background which hopefully with the correct background colour, will merge nicely. So far all I am getting is a left aligned header picture onto my background.
#1 I tried
#logoWrapper {
width:760px;
height:110px;
background-image:url(../images/your_header_image.???);
background-repeat:no-repeat;
}
but couldnt find #logoWrapper within the stylesheet, I did find #headerContent
so figured I would play with this, resulting in
#headerContent {
width:1200px;
height:220px;
background:#1a7fb7 url('../images/header-bg.jpg');
background-repeat:no-repeat;
}
So as you can see I have made a hack job, forgot the original code for the freeblue template, couldn't find any way to use
centre centre no-repeat;
and am now tearing small parts of my hair out at 3am in the morning.
Help me OB1, your my only hope !!!!!!
ps: i tried adding in the code
#logoWrapper {
width:883px;
height:220px;
background-image:url(../images/images/header-bg.jpg');
background-repeat:no-repeat;
}
but nothing changed....![]()




