<em>@jibran 191747 wrote:</em><blockquote>Thank you!! it worked. Now how do I get rid of the GREY background space over the top of the template.
I want the page to be centered which is the way it is but with NO GREY AREA on top of the page which is the space between the browser and the template.
same website: new.crescentpower.net
Thank you!</blockquote>
Open the file, find this code at line 891:
#ja-header {
background:url("../images/mainwrap-top.gif") no-repeat scroll center top transparent;
line-height:normal;
margin-top:20px;
padding-top:10px;
position:relative;
z-index:999;
}
and replace:
#ja-header {
background:url("../images/mainwrap-top.gif") no-repeat scroll center top transparent;
line-height:normal;
position:relative;
z-index:999;
}