and in /html/com_content/category/blog.php
find
</div>
<?php echo $this->pagination->getPagesLinks(); ?> <?php endif; ?>
and replace with
<?php echo $this->pagination->getPagesLinks(); ?> <?php endif; ?>
</div>
this also solves the non-alignment of the pages with the total pages, including them in the same div