Title: Layout issues using plugin
Last modified: January 12, 2022

---

# Layout issues using plugin

 *  Resolved [mikesomersetinteractivecom](https://wordpress.org/support/users/mikesomersetinteractivecom/)
 * (@mikesomersetinteractivecom)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/layout-issues-using-plugin/)
 * I’m running into some layout issues when using this plugin. The checkbox is pretty
   far out of place depending on the browser being used. Is there a fix for this
   currently? I can provide a few screenshots if necessary.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flayout-issues-using-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/layout-issues-using-plugin/#post-15245673)
 * Seems like some styling conflict with your theme.
 * The following CSS should fix that:
 * .mc4wp-checkbox mc4wp-checkbox-woocommerce { line-height: initial; }
 * You can add this code under Appearance > Customize > (…) > Additional CSS (or
   similar naming, depends on your theme). Or if you don’t have a spot to put custom
   CSS in your theme you can add it via a plugin like Simple Custom CSS.
 * Hope that helps. If you have any further questions please let me know.
 *  Thread Starter [mikesomersetinteractivecom](https://wordpress.org/support/users/mikesomersetinteractivecom/)
 * (@mikesomersetinteractivecom)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/layout-issues-using-plugin/#post-15246726)
 * Thank you. I tried that CSS, but it did not fix the issue. I’ve left it in for
   now so you can see.
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/layout-issues-using-plugin/#post-15246994)
 * Hey [@mikesomersetinteractivecom](https://wordpress.org/support/users/mikesomersetinteractivecom/),
 * Can you please try the following code?
 *     ```
       .mc4wp-checkbox-woocommerce input[type='checkbox'] {
           margin: 0 5px 0 0 !important;
       }
       .mc4wp-checkbox-woocommerce span {
           line-height: normal;
       }
       ```
   
 * It should make the checkbox line-height appear like in this screenshot.
    [https://www.dropbox.com/s/2m34qhs5yos1hja/Screen%20Shot%202022-01-13%20at%208.23.13%20AM.png?dl=0](https://www.dropbox.com/s/2m34qhs5yos1hja/Screen%20Shot%202022-01-13%20at%208.23.13%20AM.png?dl=0)
 *  Thread Starter [mikesomersetinteractivecom](https://wordpress.org/support/users/mikesomersetinteractivecom/)
 * (@mikesomersetinteractivecom)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/layout-issues-using-plugin/#post-15247090)
 * This will work. Thank you

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

The topic ‘Layout issues using plugin’ 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/)

 * 4 replies
 * 3 participants
 * Last reply from: [mikesomersetinteractivecom](https://wordpress.org/support/users/mikesomersetinteractivecom/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/layout-issues-using-plugin/#post-15247090)
 * Status: resolved