-
AuthorPosts
-
August 21, 2008 at 4:34 am #132449
Hello
I’m trying to reduce the spacing on top of the logo. Can someone help please?
I have attached a file to show the spacing.
Thanks.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 21, 2008 at 7:05 am #266426Hi omar_ali !
you can do it following some steps below :
1. Open template.css file in templates/ja_teline_ii/css folder , find following code section at about line 811 :
h1.logo a {
background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
display:block;
height:42px;
left:0;
position:absolute;
top:20px;
width:278px;
}
change to :
h1.logo a {
background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
display:block;
height:42px;
left:0;
position:absolute;
top:10px;
width:278px;
}
2. then continue Find following code section at about line 847 :
#ja-headtools {
border:1px solid #FFFFFF;
position:absolute;
right:0;
top:25px;
}
change to :
#ja-headtools {
border:1px solid #FFFFFF;
position:absolute;
right:0;
top:15px;
}
3. Final , find following code section at about line 799 :
#ja-header {
height:80px;
line-height:normal;
position:relative;
}
change to :
#ja-header {
height:70px;
line-height:normal;
position:relative;
}
August 22, 2008 at 1:08 am #266577Hi hainn84,
Unfortunately, that didn’t work for me. I even disabled each block of the CSS to see if it made a difference and it didn’t. Any ideas?
Thanks.
August 22, 2008 at 1:16 am #266578I found the solution, it’s because I modified the script to add an image:
body#bd {
background:transparent url(../images/bg.gif) repeat scroll 0 0;
color:#e3e3e3;
margin:10px 0;
}AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by omar_ali 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
spacing on top of logo
Viewing 4 posts - 1 through 4 (of 4 total)