MyBB Community Forums

Full Version: MyBB background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4

MikeInToshx

Ok done.. Now what?
.container

add
background: #fff;
width: 85%;
margin: auto auto;


the with:,, you'll have to play a little to find the with you want...

MikeInToshx

Didnt work and screwed up the forum lol. I appreciate your help but It just doesn't work.
Send me a test admin account on PM

MikeInToshx

No thanks.

can you just tell me what to change?..

Like:

Change :
#container blablabla

Into:
#container blabla
#container {
background: #fff;
text-align: left;
line-height: 1.4;
margin: auto auto;
min-width: 990px;
color: #333;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
width: 75%;
margin: auto auto;
}

MikeInToshx

Look at my forum.. now it looks like this..
(2014-10-01, 06:25 PM)MikeInToshx Wrote: [ -> ]Look at my forum..  now it looks like this:
http://computerhelpforum.heliohost.org/

Yes, but you did NOT set the background at .body,

MikeInToshx

Now I did. The header doesnt look the same anymore now. (ctrl+f5 refresh)
Sorry, I did not look at the menu,,

Then use this

#content {
background: #fff;
padding: 20px 10px;
overflow: hidden;
width: 75%;
margin: auto auto;
}

#container {
text-align: left;
line-height: 1.4;
background: #fafafa url(http://mybb.github.io/mybb.com/assets/images/p4a.png);
margin: auto auto;
min-width: 990px;
color: #333;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
}

BUT as I told you, dl the p4a.png image, and upload it to your server, others your side will change background when mybb change there bk
Pages: 1 2 3 4