Hello!
Is there a way to format the form choice text?
- Increase padding between choice
- Increase choice container width
Thanks!
Hello!
Is there a way to format the form choice text?
Best answer by rondev
Use the below code:
//Increase padding between choice
jQuery(".ChoiceStructure table").attr("cellspacing","30");
//Increase choice container width. This will give 50% width to choice text and another 50% to input text box
jQuery(".ChoiceStructure table td").not(".ControlContainer").css("width","50%");
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.