I would like the Product Title & Price to be under neath the image regardless of how big is the image. Can someone help me?
Thanks
I would like the Product Title & Price to be under neath the image regardless of how big is the image. Can someone help me?
Thanks
I presume you have arranged the main image code block in tpl_product_info_display.php to be above the title block? If so, just add
<br class="clearBoth" />
after the main image block, and all following elements will be forced below it.