Changing gap/spacing between fields
-
I have a form that uses the following basic layout:
Instruct. Text field
Number field
Dropdown fieldAt the moment, there is a large gap between each of these fields, and I want to move them closer together.
I tried adding the following code to stylepublic.css to see if it would change the Instruct. Text field:
#fbuilder .comment_area label { padding: 2px; margin: 2px; }
#fbuilder .comment_area span { padding: 2px; margin: 2px; }But it hasn’t worked. Can you help?
Thanks!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Changing gap/spacing between fields’ is closed to new replies.