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

Question

Question

My form field does not go all the way

asked on January 12, 2018

Hi all,

 

My form field does not go all the way and I don't know why.

 

I tried this code

input {height: 100%;}

 

The field size by default is very large

 

What is my mistake?

 

Thanks in advance.

Regard

0 0

Answer

SELECTED ANSWER
replied on January 12, 2018 Show version history

You css is not correct, you need to identify the field by the field ID or css class

example

#q1 .cf-field {width: 50px;}

When you are in the CSS screen, click on the Learn More to the right and there is some documentation about how to work with the fields.

1 0
replied on January 12, 2018

Oh ok.

Sorry I hope I can do this on all fields.

0 0
replied on January 12, 2018

It's working.

Thanks a lot.

0 0
replied on January 12, 2018 Show version history

Look at setting the .cf-form or .cf-formwrap before trying to change all of your fields

1 0

Replies

replied on January 12, 2018 Show version history

Hi Olivier

In the Form, click the Setting button (Cog Wheel), and change the Label Width to Large

 

If that doesn't give you what you need you would likely have to css to specify the width of the field

0 0
replied on January 12, 2018

Hi Steve,

 

Thanks for your help.

The Setting button didn't help. I don't have the label Width because my my align is on "top".

 

 

The css didn't change anything.

 

 

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

Sign in to reply to this post.