The Author summary at the bottom of articles has the social links but they are a bulleted list rather than just next to each other. Is that how it should be displayed or is there a formatting bug? eg. http://www.bicycleindustrynews.com.au/index.php?option=com_content&view=article&id=1:anaconda-s-first-store-opens-december&catid=8&Itemid=101
binews Hi Open /css/template.css file and add this code at the end of file
.author-contact-links ul {display:flex;} .author-contact-links li {padding-left:10px;list-style:none;}