• Resolved ra2or

    (@ra2or)


    Hello,

    A question concerning the cokiebanner in version 6.0

    After accepting the soft-cokiewall the container #cmplz-cookiebanner-container stays above my header. I checked the container with Yellowpencil and the height is defined as 100vh (which is the complete viewport). I understand that this is necessary before accepting to block access to website but after accepting, the container height should transfer to height 0. Is there somebody who had the same experience and solved this problem?

    The page I need help with: [log in to see the link]

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

    (@aahulsebos)

    Hi @ra2or,

    Adding some CSS should work;

    .cmplz-soft-cookiewall.cmplz-dismissed {
        position: initial;
        display: none;
    }

    We will have a look at our end how to circumvent this, thanks!

    regards Aert

    Thread Starter ra2or

    (@ra2or)

    Hello Aert,

    It works. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘#cmplz-cookiebanner-container continues to display after accepting’ is closed to new replies.