I use the following CSS to add a wrapper around my forum:
Code:
#wrapper {
  max-width: 1220px;
  min-width: 320px;
  width: 100%;
...