• Resolved Just_a_girl

    (@just_a_girl)


    The floating button is showing behind other content on my site.

    Perhaps the default z-index should be increased a bit?

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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 */


    Plugin Author pressidium

    (@pressidium)

    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.

    Plugin Author pressidium

    (@pressidium)

    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!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘z-index floating button’ is closed to new replies.