While not a huge issue, there is a bit of layout mystery in IE7 using the Novus template here:
www.familypsychsolutions.com
The issue is the content of the main body not fill the space to the right-hand edge.
The site looks fine in FF / Opera / Safari.
I was figuring I could just edit the CSS for IE7 but I'm having trouble figuring out the code:
<?php if (isIe6()) :?>
<!--[if lte IE 6]>
<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/css/template_ie6.css" rel="stylesheet" type="text/css" />
Normally I do browser detection with something like:<!--[if IE]>
<link href="IE.css" rel="stylesheet" type="text/css" />
<![endif]-->
But how to implement that in the Novus index.php is mystifying me. Any help or suggestions on how to get things looking right in all the browsers would be most appreciated.