Recent Topics

1 Mar 09, 2007 16:57    

My b2evolution Version: Not Entered

I find the comments on my posts very near one from the other. It's kind of confusing and it seems just one big post....

How do I change the space between one post and the other? What file shall I edit?

thanks!

2 Mar 09, 2007 17:40

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.

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /blog/rsc/comments.css was not found on this server.<P>
<P>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
</BODY></HTML>

3 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 Mar 10, 2007 01:24

don't work, I or I did everytig wrong. Is there a simples way to explain? thanks!

5 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.


Form is loading...