I get this on firefox using the denver theme.
The link "mark all forums read" is not in the right place

CommentFileSizeAuthor
forum.jpg44.43 KBstoltoguzzi
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Michelle’s picture

Status: Active » Closed (won't fix)

Sorry, I simply don't have the time to troubleshoot themes I don't use. I suggest you try that theme's issue queue.

Michelle

maulwuff’s picture

add some margin to the forums table.

I modified my advanced_forum-structure.css like this:

#forum table {
  width: 100%;
  margin-top:20px;
  clear:both;
}
stoltoguzzi’s picture

thanks for this trick!

maulwuff’s picture

Status: Closed (won't fix) » Fixed

I'd say this fixes the problem.

Michelle’s picture

Thanks, maulwuff. I hate "won't fixing" things but I only have so much time and I need to give actual module issues priority.

Michelle

stoltoguzzi’s picture

maulwuff, yes it looks like the probleme has gone.

stoltoguzzi’s picture

Status: Fixed » Closed (fixed)