Topic: real dumb question
i am a newbie in this!
But how can you change the width and the height of this forum?
thank you very much!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → real dumb question
i am a newbie in this!
But how can you change the width and the height of this forum?
thank you very much!
in the css (that's in style directory. And if you didn't change the style edit oxigen.css) look for:
TABLE.punmain {
border: none;
width: 100%;
background-color: #606060
}
TABLE.punplain {
border: none;
width: 100%
}
TABLE.punspacer {
border: none;
width: 100%
}
width: 100% that means that the table is at maximum as it can be
You can use percent (%) or pixels (px)
thnx man! this forum is realy great!
good luck everybody!
you too !
PunBB Forums → PunBB 1.2 troubleshooting → real dumb question
Powered by PunBB, supported by Informer Technologies, Inc.