Hi Johnny, I've seen this problem before on websites with a CSS property called 'line-height'. I noticed in this CSS file on your website, templates/system/css/system.css, that it was specified in some places.
Unfortunately, using this property is very unstable in IE, especially if you place it in the body of your website. It can cause sections of text to look cutoff and messed up. What I would recommend is to find all instances of line-height and remove them and see how the site looks after that.
If that doesn't work, I shall dig s'more.
|