Hi,
This sounds like you have possibly missed a closing tag.
Please follow this:
a) Activate your child theme.
b) Copy category.php into the child theme folder.
c) Add this code: <div class="swift-category-custom"><p><?php echo category_description(); ?></p></div>
before this line <div class="inner-page-wrap <?php echo $page_wrap_class; ?> blog-type-<?php echo $blog_type; ?> clearfix">
.
Let me know, that works for me perfectly for post category pages.