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

Question

Question

New Designer Resizing Input with CSS

asked on April 13, 2022

Hi, I'm working with the Forms New Designer. One of many input boxes are way to long. I used the Inspect tool in chrome to get the information needed so I can try to change the size of the input box in CSS in the new designer of Forms 11. I have three pictures that I'm submitting. Does anybody know what the coding would be for my goal to make the input box  smaller?

Thanks in advance

Input box size.jpg
Input box size2.jpg
Input box size3.jpg
0 0

Replies

replied on April 13, 2022

Hi Carlos,

Kindly try following steps that works for me:

1. add a CSS class to the target field in field setting -> Advanced , e.g. smallNum

2. then add configuration in CSS

.smallNum { width:25% }
1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.