
Originally Posted by
MeltDown
Hi Jade - I assume you meant
tpl_modules_main_product_image.php. I merged the two, cleanly it seems, and reloaded the original includes/templates/common/tpl_main_page.php but can see
no effect. It is still pulling drastically to the left, especially noticeable in FF as it throw the left sidebox out of whack.
I'll look back at changes I was working on prior to this issue to see if I can track it down. Any thoughts are much appreciated.
The main_product_image.php is NOT what is messing up your sideboxes. Your site is STILL showing a modified tpl_main_page.php, as your site is using TABLES as the basis for the layout, and my template does not. Compare the source of my test site (www.cherryzen.jadetrue.com) and and yours, and you'll see, for starters, that for the content portion of the site, you have this:
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">
whereas my site has this:
Code:
<div id="contentMainWrapper">
In tpl_modules_main_product_image.php, change productMainImage to productImage.
Bookmarks