|
Product detail gets pushed down |
If you are using Virtue Mart and a paid for template, sometimes the template causes the product descriptions to be pushed down on the page.
This fix worked for VirtueMart ver 1.1.3 running on Joomla 1.5.9/10 with the RocketTheme Template: MetaMorph.
In your templates directory edit the index.php file.
Find this line:
<jdoc:include type="component" />
Put table wrappers around it to look like:
<table width="100%"><tr><td> <jdoc:include type="component" /> </td></tr></table>
Give that a whirl...
|