XF 1.2 How do I set a fixed width?

KidCactus

Member
Is this expected behavior? I disable the Responsive Design, and set the Non-Responsive Minimum Width to 940px, but it rescales the page upwards anyway. I want a static forum width, otherwise it screws up my header.
 
What do you mean "rescales the page upwards"?

If you want to limit the maximum width you will need to set that in the page width controller.
 
What do you mean "rescales the page upwards"?

If you want to limit the maximum width you will need to set that in the page width controller.

Sorry maybe i'm experiencing the same issue. On my custom style i set up a min width into the style propoerty @pagewidth in the following way:

width: 990px;
margin: auto;


Responsive design do not work on custom style. Maybe issue is the fixed width ?
 
Top Bottom