-
AuthorPosts
-
December 8, 2008 at 10:11 am #136052
thanks for the help on this forum!
now I have come accross another problem. I can’t seem to be able to close the gap at the top of my logo.
Please take a look at the pic i have attached. Maybe someone can tell me how to close the gap above my logo? I think when i have closed the gap that the top navigation will also move up so my second question is how to lower the top navigation.
Thanks again!
Roger
P.S. The live site is http://www.leprechaunonline.com
bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
December 8, 2008 at 12:14 pm #281760you can do this by editing:
template.css line (954)
#ja-header {
height:47px;
position:relative;
z-index:999;
}
template.css line (960)
h1.logo {
font-size:300%;
height:60px;
left:0;
margin:0;
padding:0;
position:absolute;
top:0;
width:212px;
Change it to the items marked in red, i would not remove this space myself as i think some space above menu is a good thing.
Remember to make backups if you change a file.
1 user says Thank You to bennitos for this useful post
December 8, 2008 at 4:50 pm #281791Nice 1 Bennitos,
If you take a look at my live site you will see that the Logo is now hitting the top (perfect).
Now I just need to be able to move the top navigation down slightly to even everything out. I have managed to move it down to the desired height but the left navigation pic doesn’t match.In the ja-sosdmenu.css line 11 I changed:
#ja-mainnav div.ja-innerpad {
float: left;
display: block;
background: url(../../images/navpanel-left.gif) no-repeat left;
padding-left: 10px;
height: 30px;I changed the height from 36px to 30px and this brought the height of the navpanel-right.gif down as requested.
On line 19 if I change the following height also to 30px it doesn’t work out right.
#ja-cssmenu {
margin: 0; /* all lists */
padding: 0 10px 0 0;
float: left;
background: url(../../images/navpanel-right.gif) no-repeat right;
height: 36px;This is a little weird as the the navpanel-left.gif panel is not the one that moved. I would have thought that the navpanel-right.gif was the one that moved. Seems to be arse ways around but it does lower the height of the navigation (on the right).
Any ideas?
Roger
bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
December 8, 2008 at 7:23 pm #281804can you put the settings you changed from the menu back to what it was originally.
Then i have some clean data i can test with.
December 9, 2008 at 7:10 am #281887<em>@streamingflv 94136 wrote:</em><blockquote>Nice 1 Bennitos,
If you take a look at my live site you will see that the Logo is now hitting the top (perfect).
Now I just need to be able to move the top navigation down slightly to even everything out. I have managed to move it down to the desired height but the left navigation pic doesn’t match.In the ja-sosdmenu.css line 11 I changed:
#ja-mainnav div.ja-innerpad {
float: left;
display: block;
background: url(../../images/navpanel-left.gif) no-repeat left;
padding-left: 10px;
height: 30px;I changed the height from 36px to 30px and this brought the height of the navpanel-right.gif down as requested.
On line 19 if I change the following height also to 30px it doesn’t work out right.
#ja-cssmenu {
margin: 0; /* all lists */
padding: 0 10px 0 0;
float: left;
background: url(../../images/navpanel-right.gif) no-repeat right;
height: 36px;This is a little weird as the the navpanel-left.gif panel is not the one that moved. I would have thought that the navpanel-right.gif was the one that moved. Seems to be arse ways around but it does lower the height of the navigation (on the right).
</blockquote>Any further ideas on the above mentioned problem. Just the quoted problem is what i’m trying to resolve.
P.S. My live site is here: http://www.leprechaunonline.com
greetz
Roger
December 10, 2008 at 6:13 pm #282230bennitos;94153can you put the settings you changed from the menu back to what it was originally.
Then i have some clean data i can test with.
Hi Bennitos,
I have attached the codes in their original state and with the change. In the attatchments you can see the changes. Look forward to hearing your thoughts on this one.
The file edited was: ja-sosdmenu.css
Code Without Changes is:
From Line 11:
#ja-mainnav div.ja-innerpad {
float: left;
display: block;
background: url(../../images/navpanel-left.gif) no-repeat left;
padding-left: 13px;
height: 36px;#ja-cssmenu {
margin: 0; /* all lists */
padding: 0 15px 0 0;
float: left;
background: url(../../images/navpanel-right.gif) no-repeat right;
height: 36px;
}————————————————————————————————————
Code With Changes is:
From Line 11:
#ja-mainnav div.ja-innerpad {
float: left;
display: block;
background: url(../../images/navpanel-left.gif) no-repeat left;
padding-left: 13px;
height: 30px;
}
#ja-cssmenu {
margin: 0; /* all lists */
padding: 0 15px 0 0;
float: left;
background: url(../../images/navpanel-right.gif) no-repeat right;
height: 36px;
}——————————————————————————————————————–
As you can see in the pics I would like to be able to change the left hand side of the navigation to the same height as the right pic.
Hope you can help bennitos
Thanx!
Roger
-
bennitos Friend
bennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
December 10, 2008 at 7:03 pm #282244hiya can you put the unchanged ja-sosdmenu.css file back on your server?
When you do i should be able to give you a answer.
December 10, 2008 at 7:21 pm #282247<em>@bennitos 94653 wrote:</em><blockquote>hiya can you put the unchanged ja-sosdmenu.css file back on your server?
When you do i should be able to give you a answer.</blockquote>
Bennitos,
I have put it back to its default positioning. As you can see everything is lined up nicely.
Now i just want to lower the lot to the center of the gap between the very top and the top of the green banner.What ye think? http://www.leprechaunonline.com
Roger
bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
December 10, 2008 at 7:31 pm #282249this should do the trick for you:
ja-sosdmenu.css line 11
#ja-mainnav div.ja-innerpad {
background:transparent url(../../images/navpanel-left.gif) no-repeat scroll left center;
display:table;
float:right;
height:36px;
margin:0 0 -5px;
padding-left:13px;
Move it up and down with adjusting the -5
Let me know if this worked out1 user says Thank You to bennitos for this useful post
December 10, 2008 at 11:32 pm #282287Berritos,
Thanks again!
Seems to have done the job after a little tweaking. Any ideas where I might be able to change in order to get the top navigation more to the left, after making the above changes it shot out to the right.
Thanx again!
greetz
Roger
bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
December 11, 2008 at 12:03 am #282289hmmm small mistake from my side there
Change the float:right; to float:left; in the code that i posted before. Then it should look perfect 🙂
December 11, 2008 at 5:58 am #282310That’s done the job again Bennitos
Mega Thanx
greetz
Roger
-
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 2 voices, and was last updated by streamingflv 15 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum