Title: Responsive / No fixed Width
Last modified: August 30, 2016

---

# Responsive / No fixed Width

 *  [relish1227](https://wordpress.org/support/users/relish1227/)
 * (@relish1227)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/responsive-no-fixed-width/)
 * Is it possible to have the CSS set to not be fixed at 300px wide? I have two 
   small forms in a footer and we’re needing to add these to them and they are roughly
   230px wide on desktop. But it’s a responsive site, so I’d rather this worked 
   responsively, too, with the widths being set to percentages instead. How do you
   suggest modifying the styles? Is it possible?
 * [https://wordpress.org/plugins/gravity-forms-no-captcha-recaptcha/](https://wordpress.org/plugins/gravity-forms-no-captcha-recaptcha/)

Viewing 1 replies (of 1 total)

 *  [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [10 years ago](https://wordpress.org/support/topic/responsive-no-fixed-width/#post-6609132)
 * EDIT:
 * /plugins/gravity-forms-no-captcha-recaptcha/public/class-gf-no-captcha-recaptcha-
   public.php
 * change:
 *     ```
       // Public sees CAPTCHA field
                       return '<div class="ginput_container"><div class="g-recaptcha" data-sitekey="' . $site_key . '" data-theme="' . $theme . '"></div></div>';
       ```
   
 * To:
 *     ```
       // Public sees CAPTCHA field
                       return '<div class="ginput_container"><div class="g-recaptcha" data-sitekey="' . $site_key . '" data-theme="' . $theme . '" style="transform:scale(0.67);transform-origin:0 0"></div></div>';
       ```
   
 * you may need to play with the
    style=”transform:scale(0.67)
 * for your site.

Viewing 1 replies (of 1 total)

The topic ‘Responsive / No fixed Width’ is closed to new replies.

 * ![](https://ps.w.org/gravity-forms-no-captcha-recaptcha/assets/icon-256x256.png?
   rev=1072206)
 * [Gravity Forms No CAPTCHA reCAPTCHA](https://wordpress.org/plugins/gravity-forms-no-captcha-recaptcha/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-forms-no-captcha-recaptcha/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-forms-no-captcha-recaptcha/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-forms-no-captcha-recaptcha/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-forms-no-captcha-recaptcha/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-forms-no-captcha-recaptcha/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ModDish](https://wordpress.org/support/users/moddish/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/responsive-no-fixed-width/#post-6609132)
 * Status: not resolved