@Jan Deelstra: There is issue in your Custom CSS. I see you have missing closing bracket }
. Search for this css:
img.wp-post-image {
Then replace it with the following:
img.wp-post-image {
border: medium none;
max-width: 100%;
padding: 0;
}
About your home top alignment. I see that you have remove the slider but there is some contain on it. How did you remove that slider. Did you customize any code. To remove the slider, you can just go to “Appearance => Theme Options => Featured Post Slider => Slider Options” then check option “Disable” in “Enable Sidebar” and save changes.
Note: I see that you have W3 Total Cache plugin, so after you make all these changes. Go to W3 Total Cache setting and Empty all Cache.