1

Topic: I need to make my page a fixed width

Instead of 100%. Can someone tell me the file that contains that code?

Re: I need to make my page a fixed width

Check the wiki at punres.org

Under CSS

Sorry. Unactive due to personal life.

3

Re: I need to make my page a fixed width

matt1298 wrote:

Check the wiki at punres.org

Under CSS

I need to make a style to get rid of it? It is not specified in a file somewhere?

Re: I need to make my page a fixed width

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

Sorry. Unactive due to personal life.

5

Re: I need to make my page a fixed width

thank you so much!