The product layout gets wacked when we use the following settings under general settings/detail images:
Display detailed product images in popup window
Display detailed product image thumbnails below the product image
It appears to dynamically adjust the following div class which blows the layout out of proportion:
Code:
<div class="image-box" style="width: 241px; height: 225px;">
The above settings change from product to product without any rhyme of reason. Here are some settings from other products:
Code:
<div class="image-box" style="width: 242px; height: 225px;">
Code:
<div class="image-box" style="width: 125px; height: 225px;">
This is creating a nightmare for the way things look. We need all of the previews and everything to stay within the 180px area that is set in the following code:
Code:
<div class="image" style="width: 180px;">
Any ideas?