Hi, the center column on my product pages doesn't seem to be going to 100%. Here is an example:
http://primealternatives.com.au/cart...products_id=19
As you can see, there is a large white space on the right hand side. The culprit seems to be the "centerColumn" div. I have tried forcing it to 100% within the stylesheet.css file:
div.centerColumn {width: 100%;}
...and hard coding into my '/includes/templates/custom/templates/tpl_product_info_display.php' file:
<div width="100%" class="centerColumn" id="productGeneral">
..to no avail. I've disabled all right columns in my site and all pages on my site are displaying fine (E.G. home, product listings, etc). I'm sure that I'm missing something simple or there is something overriding my settings. Please help.
Thanks




