Hello,
I can force a text area to have a certain width by adding css:
Regards,
Paul.
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.