Custom field spacing
-
In part of a form I have several select fields in a straightforward vertical layout.
I would like to remove the default spacing between each field so they are presented closer together like a continuous group i.e. a reduced amount of space between the bottom border of a select field and the label of the next select field below it.
Placed imj-evenspace into the Styling tab for each lower field and added to Custom CSS:
.imj-evenspace .forminator-label .forminator-select-container { margin-top: -15px; }
I was hoping this would pull up the lower field toward the field above it.
I’m not sure this is the best technique as it might leave a hole at the end of this group of fields that I don’t want. But it isn’t working anyway.
thanks,
- The topic ‘Custom field spacing’ is closed to new replies.