Topic: Cant find the place to change a width

I made a little image to show you the place i would like to reduce (shown in red) :
[img=http://img152.imageshack.us/img152/599/capturewidthcl4.th.jpg]

Do you know where to hack in the stylesheet (original one)?

Thanks

Re: Cant find the place to change a width

theme.css

You find a section called page alignment or similar then look for Padding and or Margin. It usually says XX% or XXXpx, you won't miss it.

Re: Cant find the place to change a width

If that was too hard to follow...

Here's mine.
/****************************************************************/
/* 5. VERTICAL AND PAGE SPACING */
/****************************************************************/

/* 5.1 Page margins */

HTML, BODY {MARGIN: 5; PADDING: 5}
#punwrap {width: 750px; margin: 12px auto}

Re: Cant find the place to change a width

Thanks !