Viewing 2 replies - 1 through 2 (of 2 total)
  • Start by sorting out the validation errors in your theme. Then move onto the CSS errors.

    Thread Starter johntarantino1

    (@johntarantino1)

    After looking at it, it seemed that the first post would start out at the top, but then the whitespace was between the end of my first post and the start of the second post. The second post wasn’t starting until after my long sidebar ended. So then I started messing with the clear:both functions, and I changed the following in my stylesheet:

    original:
    .postmetadata {clear:both }

    changed to:
    .postmetadata {}

    this removed the extra whitespace in Firefox. I’m not exactly sure what the implications are yet, but I’ll leave the code like this if I can see it doesn’t affect anything else. Will check my validation errors and css errors as well. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unwanted whitespace in first post in Firefox(3.6), not in IE’ is closed to new replies.