M.J.C.Botterblom;28053I use Xenia template, http://www.pagefactory.nl/nvbi/ .
I want to change the heigt size of the header. Know that I had to change the header images but hat else more?? . . . can’t find it in the index php or ccs.
Somebody any idea??
thxs Rob
Hi Rob,
Open your template’s CSS-file and search for this code:
/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
background: url(../images/header-bg.gif) repeat-x top #F85703;
}
#ja-header {
clear: both;
background: url(../images/headerright-bg.gif) no-repeat top right;
text-align: left;
line-height: normal;
height: 80px;
position: relative;
}
You can change the height here.
Kind Regards,
Peter