Change forum width
From PunBB Resource Wiki
[edit]
To change the width of the forum
Item 5.1 in Oxygen.css change this
#punwrap {margin: 12px 20px}
to this
#punwrap {width: 800px}
where it says 800px put whatever width you want, you will need to do this in each style file
[edit]
To change the width and center the forum
Item 5.1 in Oxygen.css change this
#punwrap {margin: 12px 20px}
to this
#punwrap {width: 800px; margin: 12px auto}
where it says 800px put whatever width you want, you will need to do this in each style file

