Left arrow of the products slider not working

Hi,

I have a problem with the product slider, if I use Internet Explorer, everything works well, but if I use Firefox, Chrome or Safari, the left arrow doesn’t work, only the right arrow works.

Thanks in advance

Juan

4 answers

Profile photo of Sherlock 0.00 $tone December 24, 2012
Public

Hi jafc76,

You can open the file of skin/frontend/default/jm_ores/joomlart/jmproductsslider/css/style.css look for this css rule

HTML Code:

 .jm-prev {
                      left: 0;
                      position: absolute;
                      top: 155px;
                      width: 20px;
               }

Change it to

HTML Code:

.jm-prev {
                    left: 0;
                    position: absolute;
                    top: 155px;
                    width: 20px;
                    z-index: 9999;
                 }

Hope that helps !

#3

This question is now closed

Written By

Comments