You are viewing limited content. For full access, please sign in.

Question

Question

Radio Fields, how to adjust the size of the "other" field.

asked on August 19

I have a radio field where "other" is an option.  How do I adjust the size of the space provided to fill in the other text?  I need to make this field smaller.

0 0

Replies

replied on August 19

Heya Jeff,

 

If it's just that field then this should work in both Modern and Classic designer. Replace the asterisk (*) with the field ID number. Adjust the percentage as needed or if it's going to be a fixed-resolution form then you can use a pixel value like '100px' instead.

#Field*_other_value
{
    width: 50%;
}
1 0
replied on August 20

Perfect.  Thank you.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.