• Resolved willysbd

    (@willysbd)


    Hi,

    I use the MailChimp for WordPress plugin and the WooCommerce checkout integration.
    But the checkbox (used to sign up to my newsletter) appears at a weird place next to the “I’ve read and accept the Terms & Conditions” checkbox so that the sentence next to the checkbox is cut and appears on 2 lines.
    How can I do to have this checkbox appearing BELOW the “I’ve read and accept the Terms & Conditions” checkbox and not next to it? (I have chosen the “Before submit button” option)

    Thank you very much in advance for your help

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Lap

    (@lapzor)

    It’s your theme not making that terms and conditions checkbox 100% width.

    .wc-terms-and-conditions { width: 100%; padding-left: 4px;}

    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.

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

    Thread Starter willysbd

    (@willysbd)

    THANKS!! You’re awesome! 🙂

    Plugin Contributor Lap

    (@lapzor)

    Glad that worked, thanks for letting us know!

    PS. Should you have a quick minute to spare, a plugin review here on WordPress.org would make us quite happy. 🙂

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

The topic ‘Change checkbox position’ is closed to new replies.