I'm trying to get the categories count (in brackets) to display on the same line as the category title, but for some reason it is not working.
I used:
<?php wp_list_categories('orderby=name&order=asc&hierarchical=1&hide_empty=0&show_count=1&title_li='); ?>
But the 'count' goes to the next line, below the category title. Can anyone point me at the fix please?