Slider Revolution Internet Explorer Bug
-
Hello,
We have a bug in our slider revolution but the bug only seems to occur in Internet Explorer.
I will add a screenshot. It puts the tick in the wrong place.
Hello,
We have a bug in our slider revolution but the bug only seems to occur in Internet Explorer.
I will add a screenshot. It puts the tick in the wrong place.
Attachments:
You must be
logged in to view attached files.
Hi,
Your website seems to not work correctly now so we can’t check what is wrong https://gyazo.com/15242b083eb1e5511382b436edd7649e
Regards
Hi,
The site should be working now. Please try it again.
Greetings
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
Great, we are glad that you sorted it out.