Hi,
Please activate the supplied child theme, within the child theme locate the file functions.php
. Open that and add this:
remove_action( 'sf_post_after_article', 'sf_post_comments', 20 );
add_action( 'sf_post_content_end', 'sf_post_comments', 50 );
Thanks.