- Posts: 4
- Thank you received: 0
CSS adjustment
-
FENO
Inactive member - Topic Author
- New Member
Less
More
13 years 6 months ago #8984
by FENO
CSS adjustment was created by FENO
hi,
so I have changed my logo, in index and CSS, got it positioned correctly, all okay in CSS is looks like this.
#logo {
height:126px;
width:228px;
float:left;
the logo is now just sitting above the content tabs, all good.
the problem I am having is above the logo there is another grey space that I need to delete or shrink somewhat. I have searched on similar problems and you have told them to change the "logo_padding" Furniture store does not ahve this and I cannot find another pad I can adjust that will affect this. I have tried adjusting the height of "top menu pad" in CSS but to nil affect?
tahnks for your assitance, much appreciated.
so I have changed my logo, in index and CSS, got it positioned correctly, all okay in CSS is looks like this.
#logo {
height:126px;
width:228px;
float:left;
the logo is now just sitting above the content tabs, all good.
the problem I am having is above the logo there is another grey space that I need to delete or shrink somewhat. I have searched on similar problems and you have told them to change the "logo_padding" Furniture store does not ahve this and I cannot find another pad I can adjust that will affect this. I have tried adjusting the height of "top menu pad" in CSS but to nil affect?
tahnks for your assitance, much appreciated.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8993
by ivan.milic
Replied by ivan.milic on topic Re: CSS adjustment
Can you give us link? In our default demo logo image is at the top, there is no padding or margin defined .
Also, here try this first:
body ,#header,#topmenu,#logo,#logo a,#logo a img
{
margin-top:0;
padding-top:0;
}
Also, here try this first:
body ,#header,#topmenu,#logo,#logo a,#logo a img
{
margin-top:0;
padding-top:0;
}
Please Log in to join the conversation.
-
FENO
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
13 years 6 months ago - 13 years 6 months ago #8995
by FENO
Replied by FENO on topic Re: CSS adjustment
is the site, here you will be able to see the top margin I am referring to.
I'll have a look to try and find the body text.
I'll have a look to try and find the body text.
Last edit: 13 years 6 months ago by FENO.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8997
by ivan.milic
Replied by ivan.milic on topic Re: CSS adjustment
in layout.css:
#logo {
height: 126px;
width: 720px;
Position: relative;
top: +100px;
left: -15px;
}
Elements with position: relative , occupy it original space although there are translated.
#logo {
height: 126px;
width: 720px;
Position: relative;
top: +100px;
left: -15px;
}
Elements with position: relative , occupy it original space although there are translated.
Please Log in to join the conversation.
-
FENO
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
13 years 6 months ago #8998
by FENO
Replied by FENO on topic Re: CSS adjustment
thanks Ivan,
so I have changed the logo as ststed and used filezilla to reupload it and see no change, is there something elese I need to do?
sorry to be a hassle.
wrap {
margin:0 auto;
position:relative;
height:auto;
}
#logo {
height:126px;
width:720px;
Position:relative;
top:+100px;
left:-15px;
}
#topmenu {
height:126px;
so I have changed the logo as ststed and used filezilla to reupload it and see no change, is there something elese I need to do?
sorry to be a hassle.
wrap {
margin:0 auto;
position:relative;
height:auto;
}
#logo {
height:126px;
width:720px;
Position:relative;
top:+100px;
left:-15px;
}
#topmenu {
height:126px;
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9025
by ivan.milic
Replied by ivan.milic on topic Re: CSS adjustment
If you have position:relative, then the space at the top will be still occupied by logo. You must use absolute positioning to achieve your goal.
You can request custom job form us using "Report To Moderator" if you want from us to make your layout as you want.
You can request custom job form us using "Report To Moderator" if you want from us to make your layout as you want.
Please Log in to join the conversation.
Time to create page: 0.097 seconds