• Resolved Martine Goldenbeld

    (@martine-goldenbeld)


    Hi,
    On my website, I added MC4WP plugin to the footer. It is a sign-up form with 2 lists. The checkboxes for the 2 lists are strangely lined up and looks confusing this way.
    I did exactly the same on another website with the same theme and that looks fine.

    How can we reproduce this issue?
    Technical info
    WordPress version: 5.4.2.
    Mailchimp for WordPress version: 4.7.8.
    Relevant plugins in case of a bug:

    Advanced iFrame

    Contact Form 7

    MailChimp Forms by MailMunchSettings

    MC4WP: Mailchimp for WordPressSettings

    Popup BuilderSettings

    The7 ElementsDeactivate

    The7 Slider Revolution

    The7 Ultimate Addons for WPBakery Page Builder

    The7 WPBakery Page BuilderSettings

    UpdraftPlus – Backup

    WhatsApp Chat

    WhatsApp Chat PRO

    Wordfence Security

    WP Review Slider Pro (Premium)

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lap

    (@lapzor)

    Your theme sets .textwidget input to 100% for ANY input in a text widget. So this set’s the checkbox itself to 100% width…

    You can try to overwrite it like this:

    .mc4wp-form-fields input[type=”checkbox”] { width: unset; }

    You can add this code trough a plugin like Simple Custom CSS or maybe your theme already offers a way to add extra css via something like Appearance > … > Edit CSS.

    Honestly I think you could call it a bug in the theme so you can also contact your theme author about this and ask them to fix this from their side.

    Hope that helps. If you have any questions, please let me know!

Viewing 1 replies (of 1 total)
  • The topic ‘Mailchimp checkbox for lists strangely lined up’ is closed to new replies.