Category location styling

The way i fixed the issue was to insert the following code into my main CSS.

.post-categories, .post-categories li {display:inline; padding: 0px;}

I hope this helps others in this issue in the future.