Try adding this css rule…
table { width: 100%; }
Your forum table tag has no width on it at the moment.
Hi Bluealek, I managed to find this on the forum, have you tried the search?
Here is the code I found none the less.
`<?php
if ( bbp_has_topics( array( ‘author’ => 0, ‘show_stickies’ => false, ‘order’ => ‘DESC’, ‘post_parent’ => ‘any’, ‘posts_per_page’ => 5 ) ) )
bbp_get_template_part( ‘bbpress/loop’, ‘topics’ );
?>`
You can add this inside the loop-forums.php above the table tag.
Good luck!