Title: Stylizing issues
Last modified: August 20, 2016

---

# Stylizing issues

 *  [cyrjm](https://wordpress.org/support/users/cyrjm/)
 * (@cyrjm)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/stylizing-issues/)
 * First off, love this plugin and thank you for all your hard work.
 * On my contact page everything looks and works great except for the checkbox spacing
   and the CAPTCHA field.
 * [http://64.31.14.26/~rangerco/contact-us/](http://64.31.14.26/~rangerco/contact-us/)
 * How can I bring that checkbox in to the left?
 * How can I space the CAPTCHA letters and the input box? I see that the .wpcf7 
   input is set to 60% but when I change it, everything changes.
 * Thanks for your help!
 * Cheers,
    JC
 * [http://wordpress.org/extend/plugins/contact-form-7/](http://wordpress.org/extend/plugins/contact-form-7/)

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

 *  [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/stylizing-issues/#post-3244534)
 * You need to use a more specific CSS selector to limit the effect of the change
   in the width. One way to do that would be to add this code to your CSS file:
 *     ```
       .wpcf7-list-item input {
           width: 10%;
       }
       ```
   
 * Firebug helped me see what selector would work. If you need something more specific,
   it may be a good tool to consider:
 * [https://getfirebug.com/whatisfirebug](https://getfirebug.com/whatisfirebug)
 *  Thread Starter [cyrjm](https://wordpress.org/support/users/cyrjm/)
 * (@cyrjm)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/stylizing-issues/#post-3244538)
 * Thanks! You know, I keep Firefox open on my other monitor so I can poke around
   with FireBug but I’m still learning CSS and couldn’t figure out the issue. I 
   changed some selectors but it was affecting other elements on the page too. I’ll
   give this a shot.
 * Cheers!

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

The topic ‘Stylizing issues’ 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
 * 2 participants
 * Last reply from: [cyrjm](https://wordpress.org/support/users/cyrjm/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/stylizing-issues/#post-3244538)
 * Status: not resolved