Home Forums WoodMart support forum Slider Revolution Internet Explorer Bug Reply To: Slider Revolution Internet Explorer Bug

#94305

clickbizz
Participant

We found a work around for the bug! We added a code where the margin in internet explorer is -45px which puts it in the correct place. Will add the code here.

Just add a classe to the SVG/Ticks and it will be fixed.


@media
all and (-ms-high-contrast:none), (-ms-high-contrast: active)
{
.marginfixie{
margin-top: -45px !important;

}
}

We hope you can do something back for us.

Greetings