Title: Trigger Cookie position
Last modified: March 20, 2024

---

# Trigger Cookie position

 *  Resolved [legarsfred](https://wordpress.org/support/users/legarsfred/)
 * (@legarsfred)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/trigger-cookie-position/)
 * Hi,
 * I have a problem. On my site, as I am a podcast site, the player is displayed
   at the bottom of the screen and the minimized banner (after consent) goes behind
   the player so we can’t catch it anymore.
 * I’ve followed this page on your site : [https://complianz.io/css-lesson-23-your-manage-consent-button-as-floating-widget/](https://complianz.io/css-lesson-23-your-manage-consent-button-as-floating-widget/)
 * But it didn’t work. It’s giving me a flat scrap oval without design.
 * I’d like to find a solution so the trigger button to call back the consent banner
   is at the position a want (jut up my player).
 * Can you help me doing this ? I don’t understand a single word of your CSS explanations
   which are very poorly written.
   Maybe you can repair the css on the page above
   so I can see a real cookie and not a awful blob
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftrigger-cookie-position%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * (@jarnovos)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/trigger-cookie-position/#post-17516951)
 * Hi [@legarsfred](https://wordpress.org/support/users/legarsfred/),
 * If you just want to make the standard Manage Consent button appear ‘on top’ of
   the player, you can raise the **z-index** to a higher value. The below CSS will
   make the Manage Consent button appear on top of the player.
 *     ```
       #cmplz-manage-consent button.cmplz-btn.cmplz-manage-consent {
           z-index: 99999;
       }
       ```
   
 * The CSS in the article still seems to work fine [(example here)](https://renewed-dove-a2a9c3.instawp.xyz/),
   but I suspect that you hadn’t installed the Font Awesome plugin; so the icon 
   never appears as a result.
 * Kind regards, Jarno
    -  This reply was modified 2 years, 2 months ago by [Jarno Vos](https://wordpress.org/support/users/jarnovos/).
 *  Thread Starter [legarsfred](https://wordpress.org/support/users/legarsfred/)
 * (@legarsfred)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/trigger-cookie-position/#post-17517173)
 * Hi [@jarnovos](https://wordpress.org/support/users/jarnovos/),
 * And thank yo_u for your quick answer.
 * Concerning the floating cookie. I added font awesome and the CSS given on the
   page of Complianz site in the custom css box . I now can see the cookie font.
   But the circle is still not here. Must be a conflict somewhere? It was the best
   solution for me though, because I can place it the way I want. If you’ve got 
   some clue to help me having a round cookie…
 * ![](https://i0.wp.com/i.ibb.co/3kWnSJ1/capture-002-09h41.png?ssl=1)
 * For the z-index. It works perfect and I will take this solution until I find 
   a way to solve the floating cookie issue. 
   Thank you.
 *  Plugin Contributor [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * (@jarnovos)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/trigger-cookie-position/#post-17518226)
 * Hi [@legarsfred](https://wordpress.org/support/users/legarsfred/),
 * No problem, glad my answer was useful to you.
 * I think all you have to do to correct the ‘oval’ icon is navigating to _Complianz-
   > Consent Banner -> Texts -> Text on the manage consent tab_, and replace the
   text that the field currently contains with a single dot.
 * Kind regards, Jarno

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

The topic ‘Trigger Cookie position’ is closed to new replies.

 * ![](https://ps.w.org/complianz-gdpr/assets/icon-256x256.png?rev=2881064)
 * [Complianz - GDPR/CCPA Cookie Consent](https://wordpress.org/plugins/complianz-gdpr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/complianz-gdpr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/complianz-gdpr/)
 * [Active Topics](https://wordpress.org/support/plugin/complianz-gdpr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/complianz-gdpr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/complianz-gdpr/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/trigger-cookie-position/#post-17518226)
 * Status: resolved