Title: align checkbox and label
Last modified: January 26, 2019

---

# align checkbox and label

 *  Resolved [nicewebproject](https://wordpress.org/support/users/nicewebproject/)
 * (@nicewebproject)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/align-checkbox-and-label/)
 * Hello,
    I can’t find how can I align my checkbox and my label on the same line.
   Thanks a lot for your help (it’s on the right column of my website)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Falign-checkbox-and-label%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/align-checkbox-and-label/#post-10843306)
 * Hello,
 * Thanks for reaching out to us.
 * Your theme has a CSS rule that gives a checkbox 100% width. To override it, please
   add the following CSS to your website:
 *     ```
       .mc4wp-form-fields input[type="checkbox"] {
           width: auto;
           margin-right: 10px;
       }
       ```
   
 * You can use a plugin such as [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
   to add this code.
 *  Thread Starter [nicewebproject](https://wordpress.org/support/users/nicewebproject/)
 * (@nicewebproject)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/align-checkbox-and-label/#post-10848124)
 * Perfect, it’s working! Thanks a lot!

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

The topic ‘align checkbox and label’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

## Tags

 * [display](https://wordpress.org/support/topic-tag/display/)
 * [one line](https://wordpress.org/support/topic-tag/one-line/)

 * 2 replies
 * 2 participants
 * Last reply from: [nicewebproject](https://wordpress.org/support/users/nicewebproject/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/align-checkbox-and-label/#post-10848124)
 * Status: resolved