Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @mrmatteastwood,

    I think I know what the issue is without looking at all websites. The button has an offset to disappeat just below the screen, so you will need a hover.

    In this case your buttons have theme styling that create a smaller manage consent button.

    Using this CSS, or some adjustments for pixels should override the variables;

    #cmplz-manage-consent .cmplz-manage-consent {
        bottom: 0px!important;
    }

    regards Aert

    Thread Starter MrMattEastwood

    (@mrmatteastwood)

    Hey Aert, thanks so much for your response! I completely overlooked it and I had since lost track of the issue altogether. You’re spot-on! I had CSS written to change the height of all buttons, and that was what made the “Manage Consent” button disappear. Much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No “Manage Consent” tab after interacting w/ banner’ is closed to new replies.