Title: Button Text Problem
Last modified: March 7, 2024

---

# Button Text Problem

 *  Resolved [rolko92](https://wordpress.org/support/users/hunman/)
 * (@hunman)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/button-text-problem-2/)
 * Hello, my problem is this.
 * The text in the button is not in the center but on the left.
   I am looking for
   a solution so that it is in the middle.
 * ![](https://i0.wp.com/i.ibb.co/HBrKRzM/Sn-mka.png?ssl=1)

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

 *  Plugin Contributor [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * (@jarnovos)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/button-text-problem-2/#post-17484056)
 * Hi [@hunman](https://wordpress.org/support/users/hunman/),
 * It looks like the buttons are affected by some other CSS on the page. If you 
   provide an URL to the website in question, we can have a look as well.
 * Kind regards, Jarno
 *  Thread Starter [rolko92](https://wordpress.org/support/users/hunman/)
 * (@hunman)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/button-text-problem-2/#post-17484146)
 * Hello, this is the website
 * ![](https://i0.wp.com/i.ibb.co/1nx9N8G/Sn-mka.png?ssl=1)
    -  This reply was modified 2 years, 3 months ago by [rolko92](https://wordpress.org/support/users/hunman/).
 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/button-text-problem-2/#post-17484410)
 * Your theme (or another plugin, can’t see as it’s concatenated) sets this style
   on the button. You can override your theme by adding the following css to your
   site:
 *     ```
       .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
           display: block;
       }
       ```
   
 *  Thread Starter [rolko92](https://wordpress.org/support/users/hunman/)
 * (@hunman)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/button-text-problem-2/#post-17484521)
 * The problem was not solved with CSS because it displays 4 buttons.
 *  Plugin Contributor [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * (@jarnovos)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/button-text-problem-2/#post-17489392)
 * Hi [@hunman](https://wordpress.org/support/users/hunman/),
 * You can try replacing the above with this adjusted CSS:
 *     ```
       .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
       .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
       .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
           display: block;
       }
       ```
   
 * Kind regards, Jarno
 *  Thread Starter [rolko92](https://wordpress.org/support/users/hunman/)
 * (@hunman)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/button-text-problem-2/#post-17489486)
 * Even this CSS didn’t solve the problem :/
 *  Plugin Contributor [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * (@jarnovos)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/button-text-problem-2/#post-17489571)
 * Hi [@hunman](https://wordpress.org/support/users/hunman/),
 * It seems to work fine, but you’re probably looking at the cached version of the
   page. If you visit your domain with `?nocache` added behind the URL, it should
   work already (e.g. `https://www.domain.sk/?nocache`).
 * Screenshot:
 * ![](https://i0.wp.com/i.ibb.co/NrzJRwP/Scherm-afbeelding-2024-03-11-om-08-53-
   06.png?ssl=1)
 * Kind regards, Jarno
 *  Thread Starter [rolko92](https://wordpress.org/support/users/hunman/)
 * (@hunman)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/button-text-problem-2/#post-17489588)
 * Yes you are right, thanks for the help.
   I forgot about the cache

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

The topic ‘Button Text Problem’ 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/)

 * 8 replies
 * 3 participants
 * Last reply from: [rolko92](https://wordpress.org/support/users/hunman/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/button-text-problem-2/#post-17489588)
 * Status: resolved