Changing banner

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Changing banner

Post by heredia21 »

How can I change/add a custom banner to be the same size and go all the way across just like this one, but an image.

Re: Changing banner

Post by cisco007 »

have a read here maybe this will help!
http://www.phpbb.com/community/viewtopi ... 205#header

Re: Changing banner

Post by heredia21 »

I uploaded the pic but look what it is showing.
bannern.png

IM trying to make it show this
bbelogo.gif

Re: Changing banner

Post by cisco007 »

don't really know if you followed the instructions correctly, but did you change the edits on the files according to how big you image is or how big is your image?

Re: Changing banner

Post by heredia21 »

No. I want it the same size as the banner that is there now. Like the way it is across. The image wont stretch out to fit?

Re: Changing banner

Post by cisco007 »

no the image will not stretch to fit, you must resize it, read the instructions on the link i gave you and you might get an idea of how big the image should be, it should be at least over 1000px long!

Re: Changing banner

Post by Steve »

viewtopic.php?f=11&t=385 << style link
how about a glossy black style and using the blackberry empire image as the site logo ?

but to get any image in the header centered and not repeat ,like cisc007 said make an image big enough

open styles/your style/theme/colours.css
find:

Code: Select all

.headerbar {
add after:

Code: Select all

	background-repeat: no-repeat;
	background-position: top center;