Recent Topics

1 May 16, 2008 19:47    

My b2evolution Version: Not Entered

Hi all.

I just upgraded from 2.4.0 RC2 to 2.4.2. I posted an entry, and there is a large amount of whitespace after my last sentence that should not be there. I deleted the original post and rewrote it, but it persists. None of the previous posts have the problem, but any new posts do.

To see it, look at:
http://blogs.thelouthans.com/loren.php/2008/05/15/equality-feels-good-2008-edition

Has this happened to anyone else?

Edit:
OK, I just discovered that ANY first post on ANY page is doing the whitespace thing. This did not happen in 2.4.0 RC2 and I made no changes to any settings/theme files. The upgrade went smooth as silk, with the exception of the whitespace issue.

2 May 16, 2008 20:38

In your skins/yourskin/style.css find something that looks a heck of a lot like this:

.bSmallPrint, div.bCommentSmallPrint {
  background: #F4F4F4;
  border-left: 4px solid #cccccc;
  margin-bottom: 15px;
  padding: 4px;
  font-size: 80%;
  clear: right;
}


Now get rid of that pesky "clear: right;" line.

Your bSmallPrint is clearing the right sidebar ;)

3 May 16, 2008 21:01

EdB wrote:

...
Now get rid of that pesky "clear: right;" line.

Your bSmallPrint is clearing the right sidebar ;)

That did it! Thanks!

Now, the question is... Why did that behavior not appear in 2.4.0 RC2?


Form is loading...