IE problem, VM catalogue view

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu May 22, 2014 10:33 am
Reply with quote
Report this post
Hi there,

Have a bit of an issue in IE 11 that I can't seem to fix,

This page
http://cbest.co.uk/newsite/index.php/co ... a?Itemid=0

views perfectly in Chrome / Safari etc, but IE doesn't position or scale the images correctly, please see attached image.

Thanks,
Wayne

cbest-ie.jpg
User avatar
Fresh Boarder

teitbite
Sat May 24, 2014 3:41 pm
Reply with quote
Report this post
Hi

Please add this to override.css and remember to allow using override in template settings:

Code: Select all
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
    width: 100%;
}
User avatar
Moderator

GK User
Mon May 26, 2014 11:30 am
Reply with quote
Report this post
Thanks you, that worked for that page but I am still getting the same problem on the category page
http://cbest.co.uk/newsite/index.php/co ... s?Itemid=0

I tried adding .category-view to the override but that didn't work, any ideas for that page?

Thanks again
User avatar
Fresh Boarder

teitbite
Mon May 26, 2014 3:01 pm
Reply with quote
Report this post
Hi

Try add this code as well:

Code: Select all
.category > div > a > img,
.product > div > div > a > img {
    width: 100%;
}
User avatar
Moderator


cron