MyBB Community Forums

Full Version: Forum moving, not background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

i have a background added, and if i scroll down there is all white. I want that the Forum is moving on the Background, so there is no white border.
Forum: http://einfachrobin.de

Is there any way to remove the white border?
Global.css

Find:

body {
background: url(../../../Wallpaper.png) no-repeat center top;

Remove:
no-repeat center top

Replace:
background: url(../../../Wallpaper.png);
But now the picture is there 2 times. Thats not the solve...
I want that there is 1 picture and the forum is moving on this picture like in this forum:
http://www.dayz-standalone-rpg.de/

But in my Forum there is the picture now 2 times.
http://einfachrobin.de/forum/index.php
Go global.css

Add in body
body {
background-attachment: fixed !important;
background: url(../../../Wallpaper.png) no-repeat center top;

Then all done Smile
Thank you. Very nice!
(2015-05-08, 08:31 PM)EinfachRobin Wrote: [ -> ]Thank you. Very nice!

If this worked feel free to mark my post as Best Answer Smile