You rock! Thanks a ton. This ended up fixing it:
table.bbp-forums thead tr th.bbp-forum-topic-count, table.bbp-forums thead tr th.bbp-forum-reply-count,
table.bbp-topics thead tr th.bbp-topic-voice-count, table.bbp-topics thead tr th.bbp-topic-reply-count,
table.bbp-replies thead tr th.bbp-topic-voice-count, table.bbp-replies thead tr th.bbp-topic-reply-count{
text-align: left;
}
Basically, I’m trying to find a way to reduce the vertical spacing. Any other ideas? Maybe I can mess around with cellspacing or cellpadding.
Any help is greatly appreciated with these issues.