I just noticed that the drupal forum CSS is probably defaulting sizes all over the place.

CommentFileSizeAuthor
#1 Capture_0.JPG37.04 KBCompactman

Comments

Compactman’s picture

StatusFileSize
new37.04 KB

Here's an image..

Compactman’s picture

This theme is missing a large portion of module code in the style.css

To expand the forums and fill up the page correctly just open your style.css and add this to the bottom of the sheet.


/*Forums */

tr.odd td, tr.even td {
  padding: 0.3em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
Compactman’s picture

Status: Active » Fixed

fixed

Anonymous’s picture

Status: Fixed » Closed (fixed)