I have some really nice header logos for my site is there a way to make the logo space cover the entire header of the board ? I know Rusty is busy , so I thought I would ask this. to give you an idea of the size I'm asking about I'll include the header logo.
Infamouz Logo #2
I appreciate any help you can give me.
The Header
-
- Posts: 2
- Joined: Sun Jan 31, 2010 9:54 pm
Re: The Header
putting that image in the header is no problem. i'm assuming this is for my style. as far as it covering the whole header, unless you have the forum set to a fixed width, it won't do that. but anyway, to place it in the header, do the following
upload your image Infamouz2Flat.jpg to /imageset/Infamouz2Flat.jpg
open /imageset/imageset.cfg
find
find
find
upload your image Infamouz2Flat.jpg to /imageset/Infamouz2Flat.jpg
open /imageset/imageset.cfg
find
Code: Select all
replace with
img_site_logo = site_logo.png*178*295
Code: Select all
open /template/overall_header.htmlimg_site_logo = Infamouz2Flat.jpg*142*638
find
Code: Select all
replace with
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
Code: Select all
open /theme/common.css <p class="centerlogo"><a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a></p>
find
Code: Select all
replace with
#site-description {
float: left;
width: 70%;
}
Code: Select all
find
#site-description {
/* float: left; */
/* width: 70%; */
}
.centerlogo {
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
Code: Select all
replace with
#logo {
float: left;
width: auto;
padding: 0 13px 0 10px;
}
Code: Select all
refresh your style theme, imageset, and templates in the ACP and that should do it. it won't cover the whole header, but it will put it in the center of the header.
#logo {
width: auto;
padding: 0 13px 0 10px;
}
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 1 time in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
-
- Posts: 102
- Joined: Wed Dec 15, 2010 8:42 pm
Re: The Header
Works perfect
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:29 am, edited 1 time in total.