CSS fix for IE
-
Hi,
It looks like you have css not valid for IE in cookieconsent.css:
.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}
should be:
.cc-revoke.cc-left{left:3em;right:auto}.cc-revoke.cc-right{right:3em;left:auto}
to work in IE.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS fix for IE’ is closed to new replies.