• Resolved baumannhzp

    (@baumannhzp)


    Hi,

    since some updates ago, the consent settings button (bottom of the site) has a width of nearly 100% of the whole page. How can I change this back to normal? It should also appear just on the left-hand side of the page (not on the rights there is another box showing).

    Kind regards
    Matthias

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    There seems to be some custom css which unsets the “right” position, and sets it to the left. But the right position css is currently overridden by the default css. You can add !important to your custom css to fix that:

    #cmplz-manage-consent .cmplz-manage-consent {
        right: unset !important;
        left: 20px;
    }

    Let me know if that helps!

    Thread Starter baumannhzp

    (@baumannhzp)

    Thank you very much, this solved my problem!

    Plugin Contributor Mathieu Paapst

    (@paapst)

    Hi @baumannhzp

    Great to hear that your issue is resolved! Could you tell us what you think of the plugin or the support by casting your Review here? We’d love to hear your feedback!

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

The topic ‘Consent settings button’ is closed to new replies.