This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Changing field size.
Started 11 years ago by b1awxg77 | 4 posts |
-
Is there a way to change the field size of a certain item on my form when I have more than 1 field on the same line? I know I have to enter column_2 or 3 and so on in the Custom CSS Class, but I also want to control the field size of each field through CSS on that line so that when the user sees my form it looks like its proportioned properly
Posted 11 years ago # -
Hi,
You can create a custom css and put it on your form theme advance css.
The code would be like this :#li_1 { width:100% !important; }
or
#element_1 { width:100% !important; }
you can change the number with your element id's
MachForm Support
Posted 11 years ago # -
Sorry for not understanding. If I put this code in the advanced css, how do I adjust the field size with it. I am not very familiar with all of this. CSS although I know what it is I am very fluent in it. Do I use something in the Custom CSS Class to use this? Like field width 20% and so on for the next fields on the same line?
Posted 11 years ago # -
You can use this css code to adjust the field size :
#element_1 { width:100% !important; }
or may I know your form url and which field you need to adjust ?
MachForm Support
Posted 11 years ago #
Reply
You must log in to post.