Title: Captcha Width
Last modified: August 21, 2016

---

# Captcha Width

 *  Resolved [swinston1000](https://wordpress.org/support/users/swinston1000/)
 * (@swinston1000)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/captcha-width/)
 * Hi
 * I love you captcha – it is so well designed and so much fun.
 * How do I change the width of it? I would like to reduce it to 280px.
 * Thanks!
 * Steven
 * [http://wordpress.org/plugins/sweetcaptcha-revolutionary-free-captcha-service/](http://wordpress.org/plugins/sweetcaptcha-revolutionary-free-captcha-service/)

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

 *  Plugin Contributor [Sweet Captcha](https://wordpress.org/support/users/sweetcaptcha/)
 * (@sweetcaptcha)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/captcha-width/#post-4347187)
 * Hi Steven
 * Sweet Captcha is optimal at 380px
 * You can change it’s width by adding custom CSS to your website, overriding the
   widget’s default, i.e
 * div.sweetcaptcha {
    min-width: 280px; width: 280px; }
 * however please not Sweet Captcha might not function properly at this width, and
   you might need to do other CSS alterations in order to adjust it.
 * More about customizing CSS could be found here
    [http://en.support.wordpress.com/custom-design/editing-css/](http://en.support.wordpress.com/custom-design/editing-css/)
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [12 years, 6 months ago](https://wordpress.org/support/topic/captcha-width/#post-4347195)
 * > More about customizing CSS could be found here
   >  [http://en.support.wordpress.com/custom-design/editing-css/](http://en.support.wordpress.com/custom-design/editing-css/)
 * Wrong link. That’s for WordPress.COM blogs not self-hosted WordPress.ORG installation.
 * Try one of these plugins if you just want to make minor CSS changes like that.
 * [http://wordpress.org/plugins/search.php?q=custom+CSS](http://wordpress.org/plugins/search.php?q=custom+CSS)
 *  Plugin Contributor [Sweet Captcha](https://wordpress.org/support/users/sweetcaptcha/)
 * (@sweetcaptcha)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/captcha-width/#post-4347326)
 * Thanks for the correction.
    This plugin may also be useful [http://wordpress.org/plugins/simple-custom-css/](http://wordpress.org/plugins/simple-custom-css/)
 *  [Jargonsp](https://wordpress.org/support/users/jargonsp/)
 * (@jargonsp)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/captcha-width/#post-4347423)
 * Hello,
 * I testing SwetCaptcha on my localhost and everything works fine except a small
   issue.
 * On your own website the sweetcaptcha box has a certain height of 121px and the
   target graphic is aligned with the options pictures.
 * In my situation the box is of a higher height and the target graphic (where you
   need to drag your selection) is misaligned and placed on a row above the options
   pictures. The box is the total box is higher.
 * The problem is caused by this element (.wpcf7 p) that needs its “clear” value
   to be “0” instead of “both”.
 * *, *:before, *:after {
    box-sizing: border-box; } *, *:before, *:after { box-
   sizing: border-box; } div.sweetcaptcha p { direction: ltr; text-align: left; }
   div.sweetcaptcha p { color: #000; padding-bottom: 10px; } div.sweetcaptcha, div.
   sweetcaptcha * { font-family: arial,helvetica,sans-serif; font-size: 12px; line-
   height: normal; margin: 0; padding: 0; } .wpcf7 p { clear: both; height: auto;
   margin-bottom: 0; overflow: hidden;
 * How can I target the .wpcf7 p through CSS? It seems that I am not using the appropriate
   selectors since I can make it work through firebug.
 * Any input would be appreciated.
 *  [Jargonsp](https://wordpress.org/support/users/jargonsp/)
 * (@jargonsp)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/captcha-width/#post-4347424)
 * Oops wrong thread! I am sorry, I will open a new one.

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

The topic ‘Captcha Width’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sweetcaptcha-revolutionary-free-captcha-
   service_d4dbea.svg)
 * [Sweet Captcha](https://wordpress.org/plugins/sweetcaptcha-revolutionary-free-captcha-service/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sweetcaptcha-revolutionary-free-captcha-service/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sweetcaptcha-revolutionary-free-captcha-service/)
 * [Active Topics](https://wordpress.org/support/plugin/sweetcaptcha-revolutionary-free-captcha-service/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sweetcaptcha-revolutionary-free-captcha-service/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sweetcaptcha-revolutionary-free-captcha-service/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [Jargonsp](https://wordpress.org/support/users/jargonsp/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/captcha-width/#post-4347424)
 * Status: resolved