This only happens in IE7. Three module positions had incorrect px widths set as inline styles - LeftLeft, LeftRight & Inset1. These widths were generated by /templates/gk_postnote/js/ie7.equal.columns.js.
To fix the problem, I commented out the following lines in /templates/gk_postnote/layouts/blocks/head.php:
- Code: Select all
// if($this->browser->get('browser') == 'ie7') {
// $this->addJS($this->URLtemplate() . '/js/ie7.equal.columns.js');
// }