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

Question

Question

How do I format the "other" option in side-by-side layout for checkboxes and radio buttons?

asked on October 13, 2014

When I set a group of checkboxes or radio buttons to include an "other" option, the input box for other appears below the label if I use side-by-side layout. Using the single column layout, the input box appears directly to the side of the label the way I would want it to. Is there some CSS I can use to get the formatting the way I want? I'm using Forms 9.2.

Here's a screenshot to demonstrate what I mean:

I want the side-by-side layout like the top, but with the text box immediately to the right of "other" like the bottom.

 

Thanks!

0 0

Answer

SELECTED ANSWER
replied on October 14, 2014

After digging around in the browser debugging tools for a bit, I was able to find some CSS that does the trick:

.otherchioce {width: 200px!important}
3 0

Replies

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

Sign in to reply to this post.