Forums

Force width for radio box

hks 26 May, 2015
Hello,

I can force a text area to have a certain width by adding css:
.cfdiv_textarea textarea {
  width: 600px !important;
}
How could I do the same with a radio box? And how do I find css code for other fields?

Regards,
Paul.
GreyHead 26 May, 2015
Hi Paul,

The answer to both your questions is to use your browser web developer tools (usually F12 will open them).

The exact CSS to use may depend both on ChronoForms classes and your template CSS.

Bob
This topic is locked and no more replies can be posted.