Topic: I need to make my page a fixed width
Instead of 100%. Can someone tell me the file that contains that code?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → I need to make my page a fixed width
Instead of 100%. Can someone tell me the file that contains that code?
Check the wiki at punres.org
Under CSS
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?
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 forumItem 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
thank you so much!
PunBB Forums → PunBB 1.2 troubleshooting → I need to make my page a fixed width
Powered by PunBB, supported by Informer Technologies, Inc.