http://lunatechusa.com/store/#!/~/product/category=0&id=21791958
D5 Design 1.7 & never updated (at least not in the past year). The product thumbnails always appeared fine but are now offset from the frames (except in Safari 5.1.1 on my Mac).
Screenshot of thumbnails – http://lunatechusa.com/?attachment_id=670
I also run ecwid and asked them to help. Here is what they told me –
= = = = = = = = = = =
The issue is caused by the styles of the theme you are using on your site. In order to fix this you need to modify your site CSS theme a little. This file http://lunatechusa.com/wp-content/themes/d5-design/style.css?ver=3.5 in your site CSS theme has the following rule:
table {
border-radius: 3px 3px 3px 3px;
padding: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
min-width: 200px;
margin-bottom: 15px;
max-width: 100%;
}
You need to remove the min-width: 200px; line from the code to fix the display of the product gallery thumbnails.
MAY 14, 2014 | 06:01PM MSK
Ben replied:
Thank you Liza!
1) Are you 100% absolutely sure? Why would this start doing this all of a sudden? It was fine up until recently. I haven’t changed anything I don’t think. Maybe you could look at a log or something?
2) Also, my developer is gone and making changes like this is very scary for me as I can try it but don’t know how. And what if this change screws up something else?
Liza S. replied:
I have checked the source code of your site line by line to find the reason for this issue. The changes could have been occurred because of the theme updates. Anyway the issue is not in any way connected with Ecwid or the styles of the store, but is caused by the styles of the WordPress theme you are using on your site. For instance you can check your simple store here: https://lunatechusa.ecwid.com/simple-store#!/~/product/category=0&id=21791958 The gallery thumbnails are displayed perfectly and it is the site environment that corrupts the layout.
= = = = = = = = = = = = = = = = = =
So, any suggestions? If you think her suggestion is the answer, please refer me to something that tells me the novice how to do it and to be able to undo it in case it messes up something else. THX!!!