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
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
Hello Aert, hey wow super! Thank you very, very much!