• Resolved dipeshhirani

    (@dipeshhirani)


    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)
  • Hi,

    but we have the problems with all the other browsers like Safari, Chrome and Firefox. We don’t use the IE.

    Thanks and kind regards.

    Plugin Author PascalBajorat

    (@pascalbajorat)

    Thx, I’ve changed it in our repo and this will be a part of the next update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS fix for IE’ is closed to new replies.