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

Question

Question

Checkbox with 5 Coumns

asked on June 23, 2022 Show version history

I have several Checkbox questions on a form.  One of those checkboxes needs to be 5 columns wide.

How do I target that question and override the number of columns?

 

0 0

Answer

SELECTED ANSWER
replied on June 23, 2022 Show version history

Tested in Classic Designer, Forms Version 11 Update 2.

Give your field the CSS Class Name of fiveColumnCheckbox.

Add this CSS to your form: 

/*Sets a checkbox field to have five columns*/
.fiveColumnCheckbox span.choice { width: 20%; }

 

Result:

2 0
replied on June 23, 2022

Thank You!!

0 0
replied on June 23, 2022

You are very welcome.

0 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.