Site in question:
Site using Chrome 19 dev:

Site using IE9:

as you can see on the homepage using IE it seems like it not recognizing the height of the DIV of each picture, whereas on chrome and firefox there is no issue.
I think this is probably my fault, won’t blame IE for it…but I can’t figure it out 😐
In your css folder there is a css file
ie7style.cssand it’s being used for ie (I’ve tested in ie8) and it has a class (.item-image) that isTry to fix it or just remove it.
Css file:
http://www.sedulity.tk/wp-content/themes/DeepFocus/css/ie7style.cssSee in this developer Tool screenshot I’ve removed the css entry
height:142pxfrom class (.item-image) from fileie7style.cssAfter that (
without .item-image{height:142px}in fileie7style.css) see the page in ie8