Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
you can see music and DJ life smushed up against each other… no comma separation like other templates
Try adding:
.post-info-tags a {padding:0 2px;}
to the bottom of your stylesheet.
you can see music and DJ life smushed up against each other… no comma separation like other templates
‘music’ is a category, and ‘DJ life’ is a single tag – so there is no reason to have a comma anywhere.
look into this post ‘technology-explodes-leaving-us-in-the-dust’, for instance, where the two tags ‘DJ gear’ and ‘DJ life’ are separated by comma.
you probably need to look back into the code, to see if there is a separation character between <?php the_category(); ?> and <?php the_tags('', ', ', ''); ?>
Thanks Alchymyth! That was the thing staring me in the face that I couldn’t see!