Quote:
Originally Posted by WorldCraft
You must have made a mistake somewhere, the display:inline-block; did not get accepted.
It should look like this:
HTML Code:
/*This will remove the cutoff*/
#membersblock ul.blockrow li
{
width: auto;
text-align: center;
}
/*This will allow the thumbs to center*/
.memberlist a.avatar
{
float: none;
display: inline-block;
}
|
Yup, I did. However, check my last reply again. I edited it with better ideas.
Also, while we're here, I noticed that the body area for "Group Discussions" goes past the header and isn't aligned with it on the left, the Moderation Tools button in the group areas is fatter / thicker than when viewing a forum, and in a group discussion, the Moderator Tools choices text is too close to the selector circles.
In all these cases, I'm thinking padding adjustments?