Topic: Chaning to fixed width layout?

Is there and easy way to change to a fixed with layout instead of fluid so that it wont mess the whole site up?

If so, do I need to edit the base.css for this?  I looked through and didn't really see anything for width?

2

Re: Chaning to fixed width layout?

no need for base.css editing ... you have to edit #punwrap in style file  ... #punwrap {width : xxxpx;} instead of #punwrap {margin : x x} ... I am talking from my head now ... but it is something like this

Re: Chaning to fixed width layout?

Ahh!  Thank ya!  smile