Hi, First thanks for such a wonderful theme. It works just fine. Though in firefox 3.0.3, I seem to have hit a small bug, where forum page (using default core forum module) (http:/someurl/forum) gets overallaped with left column. In IE6, it seem to show just fine. I have attached a screen shot of behavior.

CommentFileSizeAuthor
Ad-morning_after_bug.jpg125.79 KBnovogreen

Comments

ericjam’s picture

Status: Active » Closed (fixed)

No comments, closing. I think this issue has been resolved in the most recent build. Otherwise just tweak your CSS as desired. I think the Forum module CSS has also been updated to be a bit more compatible with varying themes.

cbeem’s picture

Status: Closed (fixed) » Active

I have the same issue. I like everything about the theme but the forums are unusable.
The issue occurs for me in IE and in Firefox.

If I have to "tweak" my CSS, what css file should I edit and what should I change?

I have Drupal 6.12

Thanks

cbeem’s picture

I decided to bump this post because I found a fix:
I have installed "Advanced Forum" in Drupal - the issue is fixed for me.

Thanks for a great theme.

Alan Cooney’s picture

Assigned: Unassigned » Alan Cooney
Status: Active » Fixed
#forum table {
  width: 100%;
  float: right;
}

Simple fix in style.css as above. Adding to latest version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.