I'm having trouble figuring out where to edit the maximum user badges to display per line (see picture) it seems that the author pane field is unrestricted and just expands as needed. However, I don't want this. It seems to work fine when viewing a user's page, but not in the advanced forums. I don't know whether this is a settings option or a change in code has to be made. Help is much appreciated!


This is how it looks on the forums:

(image 1)


Here's how it looks on user's page and how I want it to look on forums:

(image 2)

CommentFileSizeAuthor
2.jpg45.91 KBgreenie224
1.jpg80.7 KBgreenie224
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

greenie224’s picture

Bump: I guess what I'm asking for is to somehow restrict the region size. Like in CSS this would be "max-width:200px;" or something. I just have no idea where to go about editing that.

greenie224’s picture

Status: Active » Fixed

Well, if anyone cares I figured it out. I had to go into the advanced forums style .css file (in my case advanced forums more styles module) and edit the

div.forum-post-panel-sub {
  width:auto;
  padding-right: 1.5em;
}

line and change 'auto' to 200px.

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