MyBB Community Forums

Full Version: Cannot seam to get my header to appear the way I want it to -.-
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First I've tried to make my header the width of the page, but every file extension makes my banner smaller than it should be. So, I'm wanting to know if there is any way to put 2 pictures side by side in my banner/header area?

I've tried all I can possibly think of. Maybe I'm just brain dead?
Here is my forum:
http://ohsonippy.info/mybb/
The banner I have on there now I want to be the full height and width of the banner area. Or split it into 2 pics and put them side by side if that would work better?

Or how to center the banner image?
All of the center codes I can think of won't let the image appear at all.
You have to edit the code for the header. You first have to upload your banner or logo to your -/link to your forum/ images/ name of style and upload it there. Then when you install it, you can edit the header logo. If you have already installed the style, just click edit style and edit it and where it says logo, replace the logo.png or logo.gif to your logo. Smile I hope I helped!
To center the logo, in the themes global.css find:
#logo {
	background: #386e21 url(http://i19.photobucket.com/albums/b199/blackxthundr/Untitled.jpg) Fixed;

  
	border-bottom: 1px solid #234615;
height:158px;
}

Replace with:
#logo {
	background: #386e21 url(http://i19.photobucket.com/albums/b199/blackxthundr/Untitled.jpg) Fixed;
	border-bottom: 1px solid #234615;
	height:158px;
	text-align: center;
}
Thank you so much guys! (: