Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Reviews Page has overlapping elements


jeu4328

Recommended Posts

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...