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

Question

Question

Design Control - Width of Text Field

asked on August 7, 2017

Can someone tell me how I can get these items to spread out onto one line? I have the field width set to X-Large.

0 0

Answer

SELECTED ANSWER
replied on August 8, 2017

There is a percent option on the column:

This option controls the percentage that a certain column occupies. 

You can use this together with the percent option on row label, so the values sum up to 100%.

0 0

Replies

replied on August 7, 2017

Hi Gloria, 

I did something similar to get two fields on to one line..

 

/*Displays two fields per line*/
.TwoPerLine{display: inline-block; width:47%;}
.TwoPerLine .cf-medium {width:97%;}

 

You just need to have the CSS value in each field set to 'TwoPerLine'
 

1 0
replied on August 7, 2017

Hi Gloria,

How is the form configured? Is it a table field with two columns?

If so, the two fields should be in one line by default, do you have custom CSS for formatting?

0 0
replied on August 8, 2017

OK, let me ask this differently. How do I get a single column table to expand the full width of the page?

 

This is how I have it set up:

Thanks.

0 0
SELECTED ANSWER
replied on August 8, 2017

There is a percent option on the column:

This option controls the percentage that a certain column occupies. 

You can use this together with the percent option on row label, so the values sum up to 100%.

0 0
replied on August 9, 2017

Thank you! You would think "AUTO" would take up the 80%.

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

Sign in to reply to this post.