I managed to style the tags to make them look more like in JA Socialize, but couldn't work out yet how to make them horizontally align rather than sit on top of each other. Your help with that would be much appreciated.
andrewwinkler Hi Add this code at the end of template.css file
#content .tags.inline {display:flex;}
Hope it helps.
Regards
Wonderful. Any idea why the first tag is being displayed higher than the others?
https://truthwillout.info/content/george-carlin-the-best-3-minutes-of-his-career
andrewwinkler Hi use this code in css file
.container-main ul li:first-child { margin-top: 2px; }
Its by style the li would be higher.
Perfect! Many thanks.