Multiple imagaes disappear in full screen

hi the multiple product images under the main image all disappear, when the broswer window is large.
An example here on your demo:

http://jm-casual.demo.joomlart.com/ut-egestas-ante.html

In small windo its fine, if the broswer window is expanded, and even in full screen view, the multiple images disappear.

1 answer

Profile photo of Seoki Lee 1510.00 $tone September 17, 2014
Public

To get it fix, please open file \skin\frontend\default\jm_casual\css\styles.css, at line 6228, after this rule:

Code:

.product-img-box {
	float: left;
	position: relative;
	width: 49%
}

Add this rule

Code:

.product-img-box .more-views ul {
    left: 0 !important;
    width: 100% !important;
}
#1

Please login or Register to Submit Answer

Written By

Comments