This patch includes a minor CSS change that adds a little space between the photo, regdate, points .... It seemed a little cramped.

This is the extent of the change:

.author-posts, .author-regdate, .author-points {
padding-bottom: .5em;
}

CommentFileSizeAuthor
advanced_forum-structure.patch5.56 KBkmillecam
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jmai’s picture

How do i increase the author table? My author information is overflowing across the borders. Seems like there's a minimum table size on the comments.

kmillecam’s picture

jmai,

You'll need to make changes in a couple of places:
- resize forum-separator.gif
- experiment with the following lines in the advanced_forum-structure.css file:

.forum-comment-left {
float: left;
width: 130px;
line-height: 110%;
}

.forum-comment-right {
margin-left: 135px; /*Set left margin to LeftColumnWidth*/
margin-right: 5px; /*Set left margin to LeftColumnWidth*/
}

HTH,
Kevin

Michelle’s picture

Status: Active » Fixed

Added, thanks.

Michelle

Anonymous’s picture

Status: Fixed » Closed (fixed)

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