Hey,
open up single.php
cut the code
<div class="post-info clearfix">
<span class="vcard author"><?php echo sprintf(__('Posted by <a href="%2$s" itemprop="author" class="fn">%1$s</a> on <span class="date updated">%3$s</span> in %4$s', 'swiftframework'), $post_author, get_author_posts_url(get_the_author_meta( 'ID' )), $post_date, $post_categories); ?></span>
<?php if ( comments_open() ) { ?>
<div class="comments-likes">
<div class="comments-wrapper"><a href="#comments"><i class="ss-chat"></i><span><?php comments_number(__('0 Comments', 'swiftframework'), __('1 Comment', 'swiftframework'), __('% Comments', 'swiftframework')); ?></span></a></div>
</div>
<?php } ?>
</div>
and move it below the line that says div class article-body-wrap.
Let me know if that worked please!