You can change the width by altering the table sizes in the CSS file for the skin you are using.
Change the values for classes such as ".basicTable" and ".tableBorder", as well as others.
.basicTable{ text-align: left; border: 0px; width: 98%; } |
Alternatively, you could add a table to the "includes/header.asp" and "includes/footer.asp" files to wrap around the forum and set the width on that table. This would be similar to my
Links on Left-Hand Side tutorial, except that you would remove the "links" cell.