I think this could work try this code, may be it works.
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-topic #bbpress-forums {
margin-top: 0;
}
2- They do not show up on the bottom by default. If you would like to show, please add following code to Functions.php file in Appearance > Editor
add_action( ‘bbp_template_after_single_topic’,’bbp_bottom_pagination’ );
function bbp_bottom_pagination() {
$output = bbp_get_template_part( ‘pagination’, ‘replies’ );
return $output;
}
Hi, even I was with the same problem thanks for your solution
I don’t think so since its black background in that black text space wont be visible ..