Title: Consent settings button
Last modified: February 26, 2022

---

# Consent settings button

 *  Resolved [baumannhzp](https://wordpress.org/support/users/baumannhzp/)
 * (@baumannhzp)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/consent-settings-button/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fconsent-settings-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/consent-settings-button/#post-15407408)
 * 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](https://wordpress.org/support/users/baumannhzp/)
 * (@baumannhzp)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/consent-settings-button/#post-15407475)
 * Thank you very much, this solved my problem!
 *  Plugin Contributor [Mathieu Paapst](https://wordpress.org/support/users/paapst/)
 * (@paapst)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/consent-settings-button/#post-15416140)
 * Hi [@baumannhzp](https://wordpress.org/support/users/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](https://wordpress.org/support/plugin/complianz-gdpr/reviews/#new-post)?
   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.

 * ![](https://ps.w.org/complianz-gdpr/assets/icon-256x256.png?rev=2881064)
 * [Complianz - GDPR/CCPA Cookie Consent](https://wordpress.org/plugins/complianz-gdpr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/complianz-gdpr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/complianz-gdpr/)
 * [Active Topics](https://wordpress.org/support/plugin/complianz-gdpr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/complianz-gdpr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/complianz-gdpr/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)

 * 3 replies
 * 3 participants
 * Last reply from: [Mathieu Paapst](https://wordpress.org/support/users/paapst/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/consent-settings-button/#post-15416140)
 * Status: resolved