Cart Thumbnails in IE and Firefox too big

GK User
Tue Mar 03, 2015 6:16 pm
I activated the thumbnails view in the cart.
Chrome and Safari are well, in IE 11.0.9600.17633 and Firefox 35.0.1 the original fotos size was not reduced, so the overall cart gets squeezed.Screenshots attached.
(Joomla 3.3.6 and Virtuemart 3.0.6.2)

What do I need to do to avoid that.

Many thx.

Juergen
User avatar
Junior Boarder

teitbite
Fri Mar 06, 2015 5:06 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Fri Mar 06, 2015 7:03 pm
Thx teitbite, the URL is http://www.jds4fashion.com.

Many thx in advance.

Juergen
User avatar
Junior Boarder

teitbite
Mon Mar 09, 2015 2:38 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
span.cart-images {
display: block;
max-width: 150px;
}
User avatar
Moderator


cron