Title: Recaptcha resize
Last modified: August 22, 2016

---

# Recaptcha resize

 *  Resolved [zagore](https://wordpress.org/support/users/zagore/)
 * (@zagore)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/recaptcha-resize/)
 * Hello,
 * i am writing here because i need change the css of my recaptcha
 * .rc-anchor {
    border-radius: 3px; box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
   height: 74px; width: 300px; }
 * [https://www.gstatic.com/recaptcha/api2/r20150304153504/styles__ltr.css](https://www.gstatic.com/recaptcha/api2/r20150304153504/styles__ltr.css)
 * I need to change width to 200px;
 * How I can do it?
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

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

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/recaptcha-resize/#post-5912305)
 * You seem to have posted this in the wrong forum since here is in the forum category
   for [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) plugin and
   your question apparently has no connection to the plugin.
 * Maybe [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates)
   is more appropriate category for this question. If you give more detailed information
   such as the site URL and where you see the style rule you cited, someone will
   be able to answer you.
 *  [Susan Langenes](https://wordpress.org/support/users/susanlangenes/)
 * (@susanlangenes)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/recaptcha-resize/#post-5912525)
 * For those looking to resize the reCaptcha when used with CF7, do this:
 * When you add the reCaptcha to the form, add a class attribute like, say, `my-
   resized-recaptcha`
 * and then add to your stylesheet:
 *     ```
       .my-resized-recaptcha {
       	transform: scale(0.66);
       	-webkit-transform:scale(0.66);
       	transform-origin:0 0;
       	-webkit-transform-origin:0 0;
       }
       ```
   
 * And adjust the integer to your liking. 66% will make it about 200px.

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

The topic ‘Recaptcha resize’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Susan Langenes](https://wordpress.org/support/users/susanlangenes/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/recaptcha-resize/#post-5912525)
 * Status: resolved