Icy Phoenix

     
 

SOLVED Header Change

SOLVED Header Change

Article
Reply with quote    Download Post  
Post Header Change 
 
hello, where can I change the settings for my header?

the height and width?

I've been looking everywhere


i used black pearl  (icy phoenix)

what file do I open and change what exactly?


thank you

http://www.psp-2.org



 
awex - View user's profile Send private message  
awex [ Fri 28 Jan, 2011 07:56 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


SOLVED Header Change

Comments
Reply with quote    Download Post  
Post Re: Header Change 
 
You can set the width of the template, from their CSS.



 
TopoMotoV3X - View user's profile Send private message  
TopoMotoV3X [ Fri 28 Jan, 2011 16:48 ]
Reply with quote    Download Post  
Post Re: Header Change 
 
Take a look into this file
templates/icy_phoenix/style_dark.css

Play with this
Code: [Download] [Hide] [Select]
#top_logo{
    background-color: transparent;
    height: 135px;
}

#logo-img {
    margin-top: 20px;
    margin-left: 10px;
}


And remember to change also the width...
Or make you logo smaler. Because it is 1.000px × 140px

You site width is 980px
So you have also to play with this
Code: [Download] [Hide] [Select]
#global-wrapper {
    width: 980px !important;
    clear: both;
    margin: 0 auto;
}

/* wrapper */
#wrapper {
    width: 980px !important;
    display: table-cell;
    background: #000000 url('./images/dark/bg/bg_b_l.gif') top left repeat-y;
}




 
TheSteffen - View user's profile Send private message  
TheSteffen [ Fri 28 Jan, 2011 16:53 ]
Reply with quote    Download Post  
Post Re: Header Change 
 
danke für die hilfe



 
awex - View user's profile Send private message  
awex [ Fri 28 Jan, 2011 18:01 ]
Reply with quote    Download Post  
Post Re: Header Change 
 
awex wrote: [View Post]
danke für die hilfe

translated: Thanks for the help

Tpoic solved



 
TheSteffen - View user's profile Send private message  
TheSteffen [ Fri 28 Jan, 2011 18:35 ]
Reply with quote    Download Post  
Post Re: Header Change 
 
Its probably best to also set the overall width to % rather than a fixed width as your users may have different screen sizes and resolution settings.

Code: [Download] [Hide] [Select]
#global-wrapper {
    width: 80% !important;
    clear: both;
    margin: 0 auto;
}

/* wrapper */
#wrapper {
    width: 80% !important;
    display: table-cell;
    background: #000000 url('./images/dark/bg/bg_b_l.gif') top left repeat-y;
}




 
batman - View user's profile Send private message  
batman [ Sun 06 Mar, 2011 18:02 ]
Reply with quote    Download Post  
Post Re: Header Change 
 
it looks like awex is using a non stretchy header (logo) batman so this may not be what he/she likes  



 
Joshua203 - View user's profile Send private message  
Joshua203 [ Sun 06 Mar, 2011 18:30 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1