page width from fluid to fixed?

Status
Not open for further replies.

Peanut

OMG Member
Jul 22, 2010
20
0
50
UK
how do you change the page width from fluid to fixed? i think i have found where to do this but i do not know how? like here it is fixed with the xenfans style so you can see the background picture and it seems to expand and i like that it does that but it does confuse me.
 

Vincent_imported

Trusted Member
Dec 1, 2010
747
0
100
28
Belgium
www.hlxbans.net
Go to Admin Control Panel -> Appearance -> Select Style -> Style Properties -> General -> Page Width Controller -> Miscellaneous

Fill in the following:
* Width: 960px
* (Replace everything in the big white box): margin: auto;
 

Peanut

OMG Member
Jul 22, 2010
20
0
50
UK
thank-you very much for answering so quickly that part of my question. :) the other part is how to make the picture expand like here at xenfans?
 
  • Like
Reactions: 1 person

Vincent_imported

Trusted Member
Dec 1, 2010
747
0
100
28
Belgium
www.hlxbans.net
thank-you very much for answering so quickly that part of my question. :) the other part is how to make the picture expand like here at xenfans?

Oh sorry must have missed that part :s
Anyhow, I think this is just one image and it does that itself.
But I'll let Floris respond to this as I have no access to the code behind this awesome design here ;)
 

Floris

I'm just me :) Hi.
Staff member
Jan 1, 2001
60,101
1,425
930
47
Netherlands
mrfloris.com
On XenFans I use in template EXTRA.css

body {
background-image: url('background-image.png');
background-position: bottom center;
background-repeat: no-repeat;
-moz-background-size: 100%; -o-background-size: 100%; -webkit-background-size: 100%; background-size: 100%;
}
 
  • Like
Reactions: 1 person
Status
Not open for further replies.