1 nando Mar 09, 2007 16:57
3 nate Mar 09, 2007 17:41
What I would do is look at the source of your comments page and see what type of divs each comment is in, then go into your skin's css file and edit the properties for that type of div. Add padding or margin or something.
4 nando Mar 10, 2007 01:24
don't work, I or I did everytig wrong. Is there a simples way to explain? thanks!
5 john Mar 10, 2007 04:02
Like I said, your comment CSS isn't loading...
Here's a quick fix.
Open your CSS file called "custom.css" and add the following somewhere in it...
.bCommentSmallPrint{margin-bottom:15px;}
Adjust the 15px to a smaller or higher number until your happy with it.
I have just done this on your site ( using WebDeveloper FF extension ) and it works.
Your "comment" CSS isn't loading...
Once you sort that out find the class bCommentSmallPrint and simply add some bottom margin to that div.
It's the one that displays "Permalink 09/03/07 @ 12:38"
You will then have space between that and the start of the next comment.