MyBB Community Forums

Full Version: Banner/Logo Background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been trying to change the logo's background (The background behind the logo) so that it will fill out the rest of the screen and look like a full logo to widescreens (Because I use a small screen lol.).

Is there anyway to do this? o___o????!!!....

Thanks for your time and help :D
Which theme are you using?
Using Afresh Pearl. Basic Afresh theme.
The logo background in that theme is part of the container class. The width of that class is set to 92%.

If you really wanted to make it go full width change that value to 100% (like below)

#container {
	background: #fff;
	width: 100%;
	color: #000000;
	border: 1px solid #000;
	border-top: 0;
	margin: auto auto;
	text-align: left;
}
Sorry to bring this topic back up, but really need help with it.

What I'm talking about is the logo backgrounds color. The small bit behind the logo. How do you change it? Just left out some details in the first post.

Thanks again for the help.
Maybe post a link or screenshot for us to get a better idea.