Topic: changing the dimensions of the forum content displayed on the page

Hi all

im trying to make the forum design fit better with my existing site.

the width of my site is slightly greater and the distance of the page from the top of the screen is slightly less.

can anyone tell me where the settings are for the width  of the div tags that wrap around  the page content for every page and for the distance of the first div tag from the top of every page. i need to be able to change settings such as the css width, positioning from the top, padding or margins, however it is set?

thanks

marc

Re: changing the dimensions of the forum content displayed on the page

http://wiki.punres.org/Change_forum_width

Re: changing the dimensions of the forum content displayed on the page

ive had another root around and found this in the template stylesheet (default: css/Oxygen.css)

/* 5.1 Page margins */

HTML, BODY {MARGIN: 0; PADDING: 0}
#punwrap {margin:8px 8px}

seems to do the job. are there any other setting i should be aware of guys?