Width

Do the following steps to get your forum fixed width instead of a fluid width.

File : [ styles/prosilver/theme/common.css ]
Find :
Code:
#wrap {

Replace all in "#wrap {" with :
Code:
#wrap {
width: XXX;
height: 0 auto;
margin: 0 auto;
}

Replace the "XXX" in the width with the amount of pixels and add "px" to the end of the number you entered, for example...

Code:
"700px"
 
I got it now thanks, also what is the width of FP? Does anyone know?
 
really 908? It looks wider, more like 940 or 960....

huh thanks guys!
 
The length of the banner area is 908px, the nav bar length is 908px and in the css it says it is 908px
 
yea my forum was set to 960 and it honestly looked narrower to me... I guess i was wrong. My eyes are deceiving me!
 
Back
Top Bottom