MyBB Community Forums

Full Version: help background theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have a theme that I background image. I want to give the image below but do not know how . have any idea?
Can't understand what you wanna do.
You may like to use screenshots for better understanding ...
i don`t have screenshot. i want move background image to down..I want to move the picture down, you can change how I want.
In global.css:

body
{
background-image:url('thmimgdir/background.png');
background-repeat:no-repeat;
background-position:0px 300px;
}

^^ Thats the example.

The 2 px declarations of background-position is 0px for x-axis and 300px for y-axis. You can use % values too.
not good. i have this

body {
background: #080808 url(images/mainback.jpg) top no-repeat;
color: #000;
margin: 0;
font-size: 13px;
text-align: center; /* IE 5 fix */
font-family: 'Open Sans', sans-serif;
line-height: 1.4;
Replace the whole chunk with this:

body {
background-color:#080808;
background-image:url('images/mainback.jpg');
background-repeat:no-repeat;
background-position:0px 400px;
color: #000;
margin: 0;
font-size: 13px;
text-align: center; /* IE 5 fix */
font-family: 'Open Sans', sans-serif;
line-height: 1.4;
}
not so well, move the image on the right does not move down. i need go down

[Image: 16nbwn.jpg]
[Image: 3096l2t.jpg]
May I know your board url?
Because that theme is designed by me for ProTechModz and you are not the owner :@

Here is the original:
http://protechmodz.com
I found about it on a forum, I downloaded it from there. I solved the problem with the image, I modified it in photoshop. thanks
You better remove the ripped theme from your site.
Modified in Photoshop? You couldn't even change the PTM symbol used for forum stats.

Try to start respecting the immense effort and time people invest on a work and understand that should not be STOLEN like that.
Don't be another thankless jerk. Have some life.
Pages: 1 2