XF 1.5 Page Width Controller - Fixed Width Style

rosal

Active member
How can i put my forum like the xenforo style: -- Fixed Width Style

I like the center forum, but in the Page Width Controller i dont know what is the right values.

Code:
_width: 976px;
_margin: 0 auto;
box-sizing: border-box;

Best Regards
 
Ok i changed for this:
Code:
max-width: 976px;
_margin: 0 auto;
box-sizing: border-box;
And auto for Margin left and Margin right, and now its working all ok, i have to do more anything?
 
Ok, now i understand the _ is like value that is not in using, i have changed all values to default the right and left and only change the Miscellaneous box field to this
Code:
max-width: 1100px;
margin: 0 auto;
box-sizing: border-box;

And all working ok, thanks for all ;)
 
Top Bottom