ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
The url to the one I mentioned is: http://www.missyscollectibles.com/in...dex&cPath=2020
IE9 is what I used for this address, it'll be obvious which product it is when you see it, it's the middle item on the top row. All the images in IE9 are larger than they should be but I can live with how they are, at least all but this one. It's the only one I can find just spot checking that is still too big. If you scroll down to the New Products for March, below the products on that page, they are the correct size that all the images should be but again, except for this one, I could live with how they are if it's going to be too complicated for me to fix it.
Thanks again,
Jim
Not to get your hopes up that an answer is already determined, but wanted to say that it probably is the same type of situation where the !important flag is assigned before another rule and the other rule doesn't get a chance to play. :)
In your other tests, did you try to resize the window as well? Seems that this is a responsive (or responsive like) template.other devices also would be good to test it on like mobile's etc...
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I appreciate your help, it's past my bedtime here, I'll check back in the morning for any more news on the problem. Thanks again for your help, it's a whole lot better than it was thanks to you. I went back to the MagneticOne Google Data Feed module and the warning message I got when it loaded after adding those several thousand items said that it recommended that I disable the PHP execution timeout when dealing with a large number of items. I couldn't find their example in my php.ini file where they said it was so I sent a ticket in to Hostgator with the information to see if this change is possible or not on my hosting plan. Hopefully, I'll hear back from them by morning on that.
Jim
Sorry for the late response. Haven't been on the computer as much as I anticipated. Here is the solution that I came up with, but perhaps someone else has something better:
In the responsive_theme.css file if you change line 2 to the following then it will shrink the image(s) down so that they are all the same maximum height. (If an image is smaller it will not make it taller.) Some of this may be correctable through the use of Image Handler 4. I didn't see that the suggested revision had been made to the active site, so guessing that are trying out the changes on a mirror site.
Code:.listingProductImage { max-width: 100% !important; max-height: 80px; }
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...