austinhmorgan
Member
Posted 2 years ago #
All of my comment spacing is bunched up next to each other. If you push "return" while typing it comment, it doesn't give any space. You can see the problem here: http://www.foreignersfinances.com/ing-broke-up-with-me/#comments
Any suggestions?
Here's the my style sheet for the comments:
#[CSS moderated as per the Forum Rules.]
Try editing comment.css and changeing:
comment-childs {
background-color:white;
border:1px solid #999999;
margin:5px 2px 2px 4px;
padding:4px 2px 2px 4px;
}
to:
comment-childs {
background-color:white;
border:1px solid #999999;
margin:25px 2px 15px 4px;
padding:4px 2px 2px 4px;
}
austinhmorgan
Member
Posted 2 years ago #
I don't have that located in my comment.css
Any idea if it would be called something different?
austinhmorgan
Member
Posted 2 years ago #
Found it in my WP Threaded Comments plugin. I changed it, but none of the spacing changed.
Any ideas?