Tagged: x
-
AuthorPosts
-
March 3, 2017 at 11:31 am #1393547
Hello,
I’m using Contact Form 7 plugin in my Contact Page.
1) For some reason, the “Wrap each item with label element” or “use_label_element” is not working when I use X theme. Anyway I can make this work?
2) Is there any way I can add a right padding to the checkboxes / radio elements? It is currently too close to the text.Thank you
March 3, 2017 at 11:32 am #1393549This reply has been marked as private.March 3, 2017 at 10:33 pm #1394092Hello There,
Thanks for writing in! The checkbox and radio button is already wrap in label element. It is just no styling were applied. To resolve this, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS
input[type="radio"], input[type="checkbox"] { margin-right: 10px; }
Hope this helps. Kindly let us know.
March 3, 2017 at 11:14 pm #1394113Thanks! It works great.
Is there a way to make the checkbox and radio button options come together in one line?
Kindly view attached screenshot as sample of what I want to achieve.Appreciate your help!
March 4, 2017 at 3:49 am #1394263Hello There,
Thanks for updating in! Do you want something like this?
If that is the case, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS
span.wpcf7-list-item { display: inline-block; margin-right: 10px; }
Hope this helps. Please let us know how it goes.
March 5, 2017 at 6:56 am #1395028Works perfectly. Thank you! 🙂
March 5, 2017 at 8:46 am #1395084You’re most welcome 🙂
-
AuthorPosts