XF 1.2 Fixed width question

Frode789

Well-known member
Hi.

So I changed the width to 980px, which worked, but how to I center it? Right now the forum is on the left side, with all the free space on the right. Obviously I want it to be centered.

Thanks!

EDIT:
Thanks.

What about background images?

I've added in extra.css :
Code:
#headerMover
{
    background-image: url("styles/default/xenforo/body-bg.jpg") !important;
}
#headerMover #headerProxy, #header, #content
{
    background-color: transparent !important;
    background-repeat : no-repeat;
    background-attachment : fixed;
    background-size : cover;
}

Link: http://worldofdota2.com/forums

On the bottom you can see the image starting to repeat itself + white footer. How can I fix that?
 
Last edited:
Thanks.

What about background images?

I've added in extra.css :
Code:
#headerMover
{
    background-image: url("styles/default/xenforo/body-bg.jpg") !important;
}
#headerMover #headerProxy, #header, #content
{
    background-color: transparent !important;
    background-repeat : no-repeat;
    background-attachment : fixed;
    background-size : cover;
}

Link: http://worldofdota2.com/forums

On the bottom you can see the image starting to repeat itself + white footer. How can I fix that?
 
Last edited:
Top Bottom