• Resolved steffen34ik

    (@steffen34ik)


    Hello, the manage conset position is very bad. It covers text logo and text of my website. Can anybody help me?

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

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

    (@jarnovos)

    Hello @steffen34ik,

    The “style.css” file of your theme applies styles to [type=button], which is very generic and also applies its styles to Complianz’ Manage Consent button.

    To fix: Edit the style.css file and remove the property top: 1em from the class [type=button]. Or set top: auto for [type=button].

    Hope this helps. Kind regards,
    Jarno

    Thread Starter steffen34ik

    (@steffen34ik)

    Hello Jarno, thank you. Can you send me the custom css? Please also look to an other website with an other theme. http://www.grossbreitenbach.de . There is no Manage Consent.

    Plugin Author Aert

    (@aahulsebos)

    Hi @steffen34ik,

    On http://www.grossbreitenbach.de/ I see the manage consent banner in the ledt-bottom corner.

    And the CSS:

    .cc-animate.cc-revoke.cc-bottom {
        top: auto;
    }

    regards Aert

    Thread Starter steffen34ik

    (@steffen34ik)

    Hello Aert, hey wow super! Thank you very, very much!

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

The topic ‘Manage Consent’ is closed to new replies.