Header Change »  Show posts from    to     

Icy Phoenix


Old Support Topics - Header Change



awex [ Fri 28 Jan, 2011 07:56 ]
Post subject: 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


TopoMotoV3X [ Fri 28 Jan, 2011 16:48 ]
Post subject: Re: Header Change
You can set the width of the template, from their CSS.


TheSteffen [ Fri 28 Jan, 2011 16:53 ]
Post subject: Re: Header Change
Take a look into this file
templates/icy_phoenix/style_dark.css

Play with this
Code: [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: [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;
}


awex [ Fri 28 Jan, 2011 18:01 ]
Post subject: Re: Header Change
danke für die hilfe


TheSteffen [ Fri 28 Jan, 2011 18:35 ]
Post subject: Re: Header Change
awex wrote: [View Post]
danke für die hilfe

translated: Thanks for the help

Tpoic solved


batman [ Sun 06 Mar, 2011 18:02 ]
Post subject: 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: [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;
}


Joshua203 [ Sun 06 Mar, 2011 18:30 ]
Post subject: Re: Header Change
it looks like awex is using a non stretchy header (logo) batman so this may not be what he/she likes :wink:




Powered by Icy Phoenix