Header

Discussion corner for Developers of Serendipity.
Post Reply
Bobo
Posts: 3
Joined: Mon May 29, 2006 11:36 am

Header

Post by Bobo »

Hi everyone,

Can someone please tell me how I can resize my banner to another size, cause i tried to use my own headerpicture for my site, but it's still a little header.

this is what i want to use, http://www.battlez.nl/header.jpg

But check http://www.battlez.nl.

Greetz,
Bobo
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Header

Post by garvinhicking »

Hi!

The best thing is to load your picture into a graphic editor and there resize it to 992x73 pixels.

Your current head is much too large to fit in there. Also your header is much too large for usual website layouts. It should not exceed 1024pixels in width ever.

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Bobo
Posts: 3
Joined: Mon May 29, 2006 11:36 am

Post by Bobo »

Yeah i know how to resize and stuff, but there should be a way to adjust the height size in this layout is it ?

Where can I find the code to change it ?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

The height is controlled in the "style.css" file:

Code: Select all

/* container for banner */
#serendipity_banner {
	margin: auto;
	width: 100%;
	height: 72px;
	background-image: url(templates/carl_contest/img/background.png); }
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Bobo
Posts: 3
Joined: Mon May 29, 2006 11:36 am

Post by Bobo »

Thnx for everything guys !!

Much apriciated !!
Post Reply