Tagged: form
-
AuthorPosts
-
April 5, 2015 at 7:20 pm #423704
Hello,
On the text site http://www.regalosbajoprecio.com/ I have create a form. The problem is that I create a check box and I need to include some text on the right next to the check box (“Acepto la política de privacidad.”). Problem is that I can only create a new text element but I can only include it below and I want to place right to the check box. How can I do that?
Also the * in red on the right to the check box, is posible to delete?Thank you
April 6, 2015 at 4:50 pm #424007Hi manoloyoda!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
label.input_checkbox_label abbr { display: none; } div#avia_2_1 { float: left; }
Cheers!
YigitApril 6, 2015 at 7:24 pm #424157Thank you for your reply, but I can not get what I want.
The checkbox if I select “full with” then the text “Acepto la política de privacidad.” moves to the new line.
If I put 1/4 the the check box has too much space with the text.
Also the * has disappeared.Thank you
April 6, 2015 at 7:30 pm #424167Hey!
Please add following code to Quick CSS as well
p#element_avia_1_1 { width: 4%; }
Cheers!
YigitApril 6, 2015 at 7:35 pm #424172Now is ok. The only problem is tha the * has disappeared ??
April 6, 2015 at 7:43 pm #424180Hi!
Also the * in red on the right to the check box, is posible to delete?
You can remove following code from Quick CSS if you would not like to remove it
label.input_checkbox_label abbr { display: none; }
Edit: If you would like to display it, please change 4% to 6% in the code i posted here – https://kriesi.at/support/topic/form-check-box/#post-424167
Cheers!
Yigit- This reply was modified 9 years, 7 months ago by Yigit.
April 6, 2015 at 7:48 pm #424185Ok thank you. Now problem is solved
April 6, 2015 at 7:52 pm #424191Hi!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
Yigit -
AuthorPosts
- The topic ‘form check box’ is closed to new replies.