Hallo,
i've tried to get a greater distance between the Radio Buttons.
I've tried everything in the Settings to get a better distance.
Maybe someone can help me.
Nice Regards
Lin
Hallo,
i've tried to get a greater distance between the Radio Buttons.
I've tried everything in the Settings to get a better distance.
Maybe someone can help me.
Nice Regards
Lin
Have you tried with the same settings as below?
Result:
In the control settings set "Column alignment" to "Fixed" so if you change the width of the control, the distance between check boxes will also change (Nintex Forms 2013).
Hello,
thx for the quick respones.
but i found a solution. I've just added a custom css
table, th,td{
min-width: 150px;
}
and that worked for me.
Thanks anyway. By the way, i've tried your Suggestion and that didn't worked for me.
-->
Is it possible that we've got other Nintex Forms Versions ?
I have Version 2.11.0.1
Nice Regards
Lin
To build on this a bit, and hopefully stop anyone falling in to the same trap I did...
When I applied the above exactly as as documented, the formula button in the rule builder disappeared, so I applied a class to the individual choice control and targeted the CSS as below.
CSS Class:
nf-radiobuttonspacing
Custom CSS:
.nf-radiobuttonspacing table tr td {
min-width: 150px;
}
Hi all,
Our UX team are doing some research into our style builder for Universal Forms. We would appreciate your feedback on your current experience in styling your forms in any platform.
If you would like to provide feedback, please fill out the survey at Applying styles in Nintex Forms.
Thanks,
Euan
Thank you @chenshien_lin for posting this solution. I tried it and I noticed that it changed a lot of other items that were not connected to the radio buttons. Practically all the other tables were being created with this space. I tried the solution of the other comment and it worked.
Thank you @cyclonereverb for your reply. This css styling solved my problem.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.