Hi Kobra,
I looked over the posting and I believe my issue is in the CSS I'm not quite sure of your response. This is my tpl_product_display.php for the product.
<!--bof Product URL -->
<?php
if (zen_not_null($products_url)) {
if ($flag_show_product_info_url == 1) {
?>
<p id="productInfoLink" class="productGeneral centeredContent"><?php echo sprintf(TEXT_MORE_INFORMATION, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_url), 'NONSSL', true, false)); ?></p>
<?php
} // $flag_show_product_info_url
}
?>
<!--eof Product URL -->
I simply added this to the stylesheet.css do I need to remove or replace any other reference to product description?
#productDescription {
float: right;
width: 68%;
}
#productAdditionalImages {
width: 180px;
}
#productAdditionalImages img {
margin : 1em 0 1em 0;
float : left;
}
Reduce this tag to a single entry by deleting it from others
.additionalImages {
clear: both;
}
the page I'm working on is
http://www.rjfinewood.com/store/tissue-box-covers-regular-2/tissue-box-cover-exotic-european-walnut-burl-21.html
Thanks for all your help
RJ