Topic: change width property
Hi, i´m new at this, and I would like to set the width property of the forum to 750px. Is that posible?
Thanks a lot guys.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → change width property
Hi, i´m new at this, and I would like to set the width property of the forum to 750px. Is that posible?
Thanks a lot guys.
hey! thx, i did it. The thing now is, i'm not very expert with CSS. How can I center it? I know there's a trick to work in both IE and FIREFOX.
hey! thx, i did it. The thing now is, i'm not very expert with CSS. How can I center it? I know there's a trick to work in both IE and FIREFOX.
Assuming you set the width on #punwrap:
div#punwrap { margin: 0 auto }
It works great, thx a lot.
hey! thx, i did it. The thing now is, i'm not very expert with CSS. How can I center it? I know there's a trick to work in both IE and FIREFOX.
where did you find it ? i wanna do the same thing as you
mateo wrote:hey! thx, i did it. The thing now is, i'm not very expert with CSS. How can I center it? I know there's a trick to work in both IE and FIREFOX.
where did you find it ? i wanna do the same thing as you
Look for something like this:
/* 5.1 Page margins */
HTML, BODY {MARGIN: 0; PADDING: 0}
#punwrap {width: 95%; margin: 12px auto}
In punroot/style/style.css
I did it like Code XP said:
div#punwrap { margin: 0 auto; width 750px }
in style/yourstyle.css
It works just fine
PunBB Forums → PunBB 1.2 troubleshooting → change width property
Powered by PunBB, supported by Informer Technologies, Inc.