Hi Mr. developer :)
In our use of your plugin we have run into a situation where the Divi theme's vertical menu covered the cookie info bar. You can use the http://mitja.splet.arnes.si to test this.
I have changed the z-index from 9999 to 99999 to set the cookie bar on top again. 10000 would have been OK too, but I went higher just in case.
If you could change the z-index in the next release that would be great.
#cookie-law-info-bar {
border: 0;
font-size: 10pt;
margin: 0 auto;
padding: 5px 0;
text-align: center;
width: 100%;
z-index: 999999;
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding: 2px 10px;
text-align: center;
z-index: 999999;
cursor: pointer;
}
Kind regards,
Mitja