Comments Silas started the conversationApril 9, 2020 at 7:58amHello, at the very bottom of my page is a contact form with a checkbox to agree to the privacy policy. How can I set the checkbox to the left of the text? As it is usual. Best regards 7,092Oliver repliedApril 9, 2020 at 8:18amHI! pls. use following css: .wpcf7-form-control-wrap .wpcf7-acceptance input[type="checkbox"] { display: inline-block; width: auto; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 LikeSilas repliedApril 9, 2020 at 11:51amHey, thank you!Now it is inline. Do you have a solution to display the checkbox to the left of the text so that a clear separation can be seen? 7,092Oliver repliedApril 9, 2020 at 12:44pmHi,CSS: .wpcf7-form-control-wrap .wpcf7-acceptance input[type="checkbox"] { width: auto; margin-left: -17px; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverSilas repliedApril 9, 2020 at 3:00pmThanks! 7,092Oliver repliedApril 10, 2020 at 7:05amWelcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello,
at the very bottom of my page is a contact form with a checkbox to agree to the privacy policy.
How can I set the checkbox to the left of the text? As it is usual.
Best regards
HI!
pls. use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hey, thank you!
Now it is inline.
Do you have a solution to display the checkbox to the left of the text so that a clear separation can be seen?
Hi,
CSS:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thanks!
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver