Nnyan wrote:
then click on any of the other links (about or forums) you'll notice that they are about 20p smaller on either side. I'm not sure where I can go to adjust this.
Nnyan --
This is a problem with the scrollbar on the page dissapearing and reappearing depending on the length of content on the page.
The fix can be cured by adding the following to the styles in the head of the doc:
html, body { min-height: 100%; margin-bottom: 1px; }
I had a similar issue with the vertical placement of my forum while using the Oxygen style. It was cured by removing the top and bottom padding of the punwrap style. The code ended up looking like the following:
#punwrap { padding: 0 7px; margin: 0; width: 760px; }