-
AuthorPosts
-
August 25, 2010 at 10:49 pm #153819
How do I get rid of the white space before my logo. it is not part of the logo. thank you.
website: http://new.crescentpower.net
Don Lee Friend
Don Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
August 26, 2010 at 3:29 am #353702Pls open file templates/ja_topaz/css/template.css for edit
Find this code at line 916
h1.logo a {
background: url(../images/logo.gif) no-repeat center;
display: block;
height: 32px;
width: 408px;
}
Replace by:
h1.logo a {
background: url(../images/logo.gif) no-repeat left;
display: block;
height: 32px;
width: 408px;
}
1 user says Thank You to Don Lee for this useful post
August 26, 2010 at 4:39 pm #353781Thank 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!
Don Lee Friend
Don Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
August 27, 2010 at 1:48 am #353805<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;
}1 user says Thank You to Don Lee for this useful post
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by jibran 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum