Title: Button Controls
Last modified: May 5, 2020

---

# Button Controls

 *  [dynamicstyle](https://wordpress.org/support/users/dynamicstyle/)
 * (@dynamicstyle)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-controls/)
 * Hi There,
 * My buttons are very small? How can I enlarge it?
    I tried the options below but
   it didn’t work.
 * Hope you have the solution. Thanks.
 * .age-gate-submit-yes,
    .age-gate-submit-no { width: 30%; }
 * and this one gives a error on the CSS panel.
 * .age-gate-submit-yes[type=”submit”],
    .age-gate-submit-no[type=”submit”] { width:
   30%; }
    -  This topic was modified 6 years, 1 month ago by [dynamicstyle](https://wordpress.org/support/users/dynamicstyle/).
    -  This topic was modified 6 years, 1 month ago by [dynamicstyle](https://wordpress.org/support/users/dynamicstyle/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-controls%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Phil](https://wordpress.org/support/users/philsbury/)
 * (@philsbury)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-controls/#post-12784411)
 * Hi [@dynamicstyle](https://wordpress.org/support/users/dynamicstyle/),
 * Your first one seemed to work for me, but maybe put `.age-gate` in front of them:
 *     ```
       .age-gate .age-gate-submit-yes,
       .age-gate .age-gate-submit-no {
           width: 30%;
       }
       ```
   
 * Side note, it looks like you have `admin-post.php` blocked, so you might need
   to change to “post to self” in the age gate advanced settings
 * Thanks
    Phil
 *  Thread Starter [dynamicstyle](https://wordpress.org/support/users/dynamicstyle/)
 * (@dynamicstyle)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-controls/#post-12784488)
 * Thanks for your quick response, and it worked for me.
 * One more question the button is wider but how to increase?
 *  Plugin Author [Phil](https://wordpress.org/support/users/philsbury/)
 * (@philsbury)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-controls/#post-12784523)
 * Hi [@dynamicstyle](https://wordpress.org/support/users/dynamicstyle/),
 * I’d put this in, should match the buttons on the rest of your site:
 *     ```
       .age-gate .age-gate-submit-yes,
       .age-gate .age-gate-submit-no {
           color: #891820;
           border: 4px solid #891820;
           border-radius: 4px;
           font-size: 20px;
           background-color: #F6BF2E;
       }
       ```
   
 *  Thread Starter [dynamicstyle](https://wordpress.org/support/users/dynamicstyle/)
 * (@dynamicstyle)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-controls/#post-12784566)
 * WoW Phil,
 * It’s works great.
 * What a great and fast support.
 * Thanks

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

The topic ‘Button Controls’ is closed to new replies.

 * ![](https://ps.w.org/age-gate/assets/icon-256x256.png?rev=2783003)
 * [Age Gate](https://wordpress.org/plugins/age-gate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/age-gate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/age-gate/)
 * [Active Topics](https://wordpress.org/support/plugin/age-gate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/age-gate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/age-gate/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [dynamicstyle](https://wordpress.org/support/users/dynamicstyle/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/button-controls/#post-12784566)
 * Status: not resolved