In your member.css template, find this:
Code:
.member_summary dl.stats dt {
width: 85px;
display:block;
float: {vb:stylevar left};
clear: {vb:stylevar right};
}
.member_summary dl.stats dd {
float: {vb:stylevar left};
clear:{vb:stylevar right};
display:block;
width: {vb:math {vb:stylevar profile_sidebar_width}-85px-{vb:math {vb:stylevar sidebar_content_border}*2}-12px-20px};
margin-left: 8px;
}
Play around with the width until you get what you want. By default, they're both 85px.
The first one takes care of the bold text, such as Join Date, and the second one takes care of the smaller text, such as the activity names (e.g., Viewing Index Example Forum).
Somebody can probably explain it better, but I believe the higher the width, the more space there will be (e.g., Current Activity is on one line) and the lower it is the less space there is (e.g., Current and Activity would be on separate lines). I believe it's vice-versa for the second, though.
It's it higher, it looks like this:
Viewing Index
Example Forum
If it's lower, it looks like this:
Viewing Index Example Forum
Again, somebody else -- probably Lynne -- can explain it better than me, but that should give you an idea.
Is
this what you're wanting the content area to look like?