Change lay-out Mailchimp opt-in at checkout
-
Hi,
I use ‘Mailchimp for Woocommerce’ and at checkout we have an opt-in. Check check box is at the right place, but the text is below and I want to see it directly after the checkbox.
Can you help me with this?
Thanks in advance!
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
display: inline;
}
Regards.
Xtemos Studios