• Resolved randrear

    (@randrear)


    hello, the cookie banner in my site is covered by the content, as if it were below.
    How can I do, help.
    Thanks
    You can also see a screenshot by clicking here

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Jarno Vos

    (@jarnovos)

    Hi @randrear,

    I checked the site but noticed that Complianz is not active currently, so I couldn’t verify whether this worked. However, this is likely caused by another element on the page using a higher z-index than our Cookie Banner.

    To fix, you can raise the z-index of the Cookie Banner with CSS (Appearance > Customize > Additional CSS). Just keep adding 9’s until the Banner appears on top of the rest.

    #cc-window {
    z-index: 99999999;
    }

    Kind regards,
    Jarno

Viewing 1 replies (of 1 total)

The topic ‘Problem: banner covered by content’ is closed to new replies.