« See all FAQs for Child Care Creative - WordPress Shop & Newsletter
Comment icons do not show next to the comment correctly.
Go to Appearance > Editor and load up the style.css stylesheet.
Look for this code on line 425:.commentlist li {
margin: 0;
padding: 0;
list-style: none;
}
change it to this code:
.commentlist li {
margin: 0;
padding: 0;
list-style: none;
clear: both;
}


