HEADER MASK: /templates/ja_purity_ii/css/template.css – Line 1024
Adjust in red
.ja-headermask {
background: url("../images/header-mask.png") no-repeat scroll right top transparent;
display: block;
height: 130px;
position: absolute;
right: -1px;
top: 0;
width: 602px;
z-index: 0;
}
VERTICALLY ALIGN LOGO: [FONT=”Arial”] /templates/ja_purity_ii/css/template.css[/FONT] – Line 992
Add and then adjust the attribute below in red to position the logo from the top of the template.
h1.logo a {
background: url("../images/logo.gif") no-repeat scroll left center transparent;
display: block;
height: 79px;
width: 207px;
padding-top: 39px;
}
ADD TEXT BELOW LOGO:
Best to build it into the logo itself…then you are not at the whim of the browser’s font library, zoom size, etc. that could play havoc in ways you did not intend.
Have fun.
John.
Have fun.