jeu4328 Posted November 14, 2013 Author Posted November 14, 2013 THAT DID IT!!! YAY!!! THANK YOU SO MUCH!!! <<sigh>> Now I can allow my brain to relax! :blink: I really appreciate EVERYONE's help with this issue. Thank you, thank you, thank you!!! :D My code looked a little different, so I will post it here ... in the event that anyone else has the same issue: In catalog/product_reviews_info.php file change this: <div style="float: right; width: <?php echo SMALL_IMAGE_WIDTH+20; ?>px; text-align: center;"> To this: <div style="float: right; width: <?php echo SMALL_IMAGE_WIDTH+154; ?>px; text-align: center;"> Thanks again everyone! :thumbsup: Jewell
jeu4328 Posted November 15, 2013 Author Posted November 15, 2013 Update: Be sure to also change the code in catalog/product_reviews.php AND in catalog/product_reviews_write.php . Otherwise, the overlap will still occur in some instances. :- In both files, change this: <div style="float: right; width: <?php echo SMALL_IMAGE_WIDTH+20; ?>px; text-align: center;"> To this: <div style="float: right; width: <?php echo SMALL_IMAGE_WIDTH+154; ?>px; text-align: center;"> Thank you, Jewell
Recommended Posts
Archived
This topic is now archived and is closed to further replies.