Topic: some preferances

hi!
thats my board: http://ervondort.mypunbb.com/

now i want to make the width like here: http://www.redsplash.de/forum/

how to change the settings? anywhere a css-data ?
i also want to have the same background (or another) and my header font-size should be "higher".

hope u understand...im from germany....

pls help...thx...ervondort

2

Re: some preferances

Go to your preferred stylesheet (f.e. styles/oxygen.css)

Find the line that says
#punwrap {margin:12px 20px}

Replace it with
#punwrap {
    position:absolute;
    left:50%;
    top:-1px;
    width:780px;
    margin-top:0px;
    margin-left:-390px;
    }


Two notes:

1st you have to make this change in all styles that you offer to your users

2nd you can change the value for "width" but make sure that you always set
"margin-left" to half of the width value

The German PunBB Site:
PunBB-forum.de