Thanks for the quick response, this has fixed the issue. Just to clarify if someone needs this for future reference I changed the array to this and it has done the trick.
$args = array (
'posts_per_page' => $posts_per_page,
'post_type' => 'post',
'category_name' => 'category-slug-here',
'orderby' => 'title',
'order' => 'ASC',
'paged' => $paged