1

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.

2

Re: change width property

take a look in "style/yourstyle.css"

3

Re: change width property

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.

Re: change width property

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.

Assuming you set the width on #punwrap:

div#punwrap { margin: 0 auto }

5

Re: change width property

It works great, thx a lot.

Re: change width property

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 smile

Re: change width property

Kurdass wrote:
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 smile

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

8

Re: change width property

I did it like Code XP said:

div#punwrap { margin: 0 auto; width 750px }

in style/yourstyle.css

It works just fine smile