- Thank you received: 0
editting the header / logo
-
trey-braid
-
Topic Author
- New Member
-
Less
More
14 years 4 months ago #3508
by trey-braid
Replied by trey-braid on topic Re: editting the header / logo
[url=
www.faccess.net/
]
www.faccess.net/
[/url]
milos i am trying to make the header graphic 115px instead of 100px--hence the gap at the bottom of it... when i change the dimensions in the index.php and layout.css it causes the menu to go over the new dimensions of the header...
layout.css
.header {
height:115px;
margin:0 auto;
}
.logo {
height:115px;
width:950px;
float:left;
}
.logo_pad {
padding:0px 0px 0px 0px;
}
.logo img {
float:left;
margin-right:0px;
}
index.php
<div class="header">
<div class="logo">
<div class="logo_pad">
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="950" height="115" alt="FAccess.Net" /></a>
<span class="company_name"><?php echo $logoText; ?></span><br/>
<span class="company_slogan"><?php echo $sloganText; ?></span>
</div>
</div>
i want the header/ logo graphic to be flush on top of the top menu without an padding... what am i doing wrong...
thanks again
trey
milos i am trying to make the header graphic 115px instead of 100px--hence the gap at the bottom of it... when i change the dimensions in the index.php and layout.css it causes the menu to go over the new dimensions of the header...
layout.css
.header {
height:115px;
margin:0 auto;
}
.logo {
height:115px;
width:950px;
float:left;
}
.logo_pad {
padding:0px 0px 0px 0px;
}
.logo img {
float:left;
margin-right:0px;
}
index.php
<div class="header">
<div class="logo">
<div class="logo_pad">
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="950" height="115" alt="FAccess.Net" /></a>
<span class="company_name"><?php echo $logoText; ?></span><br/>
<span class="company_slogan"><?php echo $sloganText; ?></span>
</div>
</div>
i want the header/ logo graphic to be flush on top of the top menu without an padding... what am i doing wrong...
thanks again
trey
Please Log in to join the conversation.
-
trey-braid
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
14 years 4 months ago #3549
by trey-braid
Replied by trey-braid on topic Re: editting the header / logo
can you help me please
thanks
trey
thanks
trey
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6797
- Thank you received: 723
14 years 4 months ago #3554
by milos
Replied by milos on topic Re: editting the header / logo
Add padding-top:15px to the .logo class of layout.css.
The following user(s) said Thank You: trey-braid
Please Log in to join the conversation.
Time to create page: 0.080 seconds