I’m having server problems at the moment and I have no idea when I’ll have it back up again :(. Could even take a day or more.
Maybe I’ll try to explaining it in further detail. This is the only code I use to get my tags (there’s literally nothing else in my theme that even mentions them). I use <?php the_tags( ”,” ); ?> to produce them without commas and then I try to stylize them through the post class and ta sub-class. And then it colors the whole tag row, from the first tag to the last, no spaces. Increasing padding or margins doesn’t help, it just drags out the row. 1 is what I’m trying to achieve, 2 is what I’m getting. I’m pretty sure there’s an obvious error with my class applying, I just can’t pinpoint it. I think I’d have to apply “ta” to the contents of the_tags, but I could be very wrong with this.
If this doesn’t help I’ll just wait until my host gets the problems sorted and post the live site. I’m hoping it’s possible to solve it without though ??