Title: Can&#039;t keep checkboxes from stacking??
Last modified: August 22, 2016

---

# Can't keep checkboxes from stacking??

 *  [ksimpson1986](https://wordpress.org/support/users/ksimpson1986/)
 * (@ksimpson1986)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/cant-keep-checkboxes-from-stacking/)
 * Hi, I’m having a big issue with contact form 7. My application is so close to
   working, but where i set checkboxes in the amenities section, they are stacking
   vertically and spaced out. looks awful! i didn’t do anything fancy with the code,
   just dropped the check box code that was created for me. no matter what i kind
   of tags i put before and after the code, nothing changes. the link for you to
   check out is
 * [http://new.routeyourtour.com/register-form/](http://new.routeyourtour.com/register-form/)
 * please help!!! thank you!!
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

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

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/cant-keep-checkboxes-from-stacking/#post-5575630)
 * This is an issue of your theme’s CSS stylesheet. You have this in the CSS:
 *     ```
       .register-form .wpcf7 input, .register-form .wpcf7 textarea {
           margin-right: 20px;
           width: 275px;
       }
       ```
   
 * The “width: 275px” is also applied to checkboxes so they are shown too wide. 
   Correct the style rule or switch to another theme.
 *  Thread Starter [ksimpson1986](https://wordpress.org/support/users/ksimpson1986/)
 * (@ksimpson1986)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/cant-keep-checkboxes-from-stacking/#post-5575632)
 * Thank you for the quick reply! i recently spent $100 for the theme and all the
   extra plugins it came with. so I’m definitely not switching themes. lol can you
   point me in the right direction towards correcting the “style rule”? this is 
   literally the only issue I’m having with this theme. thank you!
 *  [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * (@buzztone)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/cant-keep-checkboxes-from-stacking/#post-5575688)
 * You could try asking the Theme Provider that has your $100. The CSS they have
   used shows really bad practice IMHO.

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

The topic ‘Can't keep checkboxes from stacking??’ 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/)

## Tags

 * [check boxes](https://wordpress.org/support/topic-tag/check-boxes/)
 * [checkboxes](https://wordpress.org/support/topic-tag/checkboxes/)
 * [contact](https://wordpress.org/support/topic-tag/contact/)
 * [form](https://wordpress.org/support/topic-tag/form/)
 * [stacking](https://wordpress.org/support/topic-tag/stacking/)

 * 3 replies
 * 3 participants
 * Last reply from: [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/cant-keep-checkboxes-from-stacking/#post-5575688)
 * Status: not resolved