Viewing 1 replies (of 1 total)
  • Plugin Contributor David Cramer

    (@desertsnowman)

    the row spacing is being overridden by your theme.
    if the theme has a place to add custom CSS try adding this:

    .page-content .caldera_forms_form .row {
      margin-bottom: 10px;
    }

    you can then set the 10px in the above code to what you feel is best.

Viewing 1 replies (of 1 total)
  • The topic ‘Spacing between rows’ is closed to new replies.