I use WordPress on http://galnanyheter.com/ and for some reason, I get white space between my post (see picture). Have been looking into the code of my theme, and used the Firefox Web Developer add-on but can not find where they come from.
Someone who can help me where the white spaces will come from?
your blocks are probably floated left with no specific height on the floated elements and as the first element is higher than the second it will appear to sit under the other one on the right of the page.
To fix the issue you might choose to set a fixed height on the floated elements ie
Or you may wish to have a clearing element beneath each set of 2 floated elements ie