You are here: Home
Support site for Tips and Tricks HQ premium products
Thanks for the links. I’m using eStore version 7.0.7 and Wishlist Member version 2.80.2002.
I’ll try to get you some results from the debug option.
I was having the same thing happen in Graphene theme which is known to have some image issues with IE8. He has a fix posted in his forum but it doesn’t fix this issue. Rather than delete anything from the style sheet I modified it to
#content img, #content p img {
width: auto;
}
and that took care of it. Hope this helps someone.