Your’e right – I had this issue.
In case it helps quick fix is below.
Cookie floating little button needed its z index fixed to appear over page content in some themes.
Added in Appearance / Customise / Additional CSS:
/* MOD */
pressidium-floating-button { z-index:999; }
/* END MOD */
Hey, @just_a_girl!
You’re absolutely right—there are instances where the floating button is rendered behind other content.
I just opened an issue on the plugin’s GitHub repository to address this in the next version of the plugin. You can stay up-to-date on its progress, by checking #100.
Hey, @just_a_girl and @alcain!
This was addressed in 1.7.1, which was just released.
I’m going to mark this topic as resolved. If this doesn’t fixes the issue, please let us know.
I will grab the update & give it a try – thank you very much indeed!