• Resolved lizahamid

    (@lizahamid)


    I’m making a simple contact form with WPForms Lite. Is there an easy way to add a little space between fields, or should I handle that with CSS?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amjad Ali

    (@amjadali688)

    Hi @lizahamid ,

    Thanks for reaching out!

    Yes, you can achieve this using CSS. You can add spacing between all fields by using the following code:

    .wpforms-container-full .wpforms-head-container {
      padding-bottom: 0 !important;
    }
    .wpforms-container .wpforms-field {
      padding-top: 30px !important;
    }

    And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.

    We also have a helpful guide here that explains how to properly add spacing between fields:  https://wpforms.com/how-to-force-a-space-between-fields-in-wpforms/

    If you’d like to apply spacing only to specific fields or a specific form, feel free to share the form URL.  I’d be happy to help you with the CSS you need to achieve that

    Hope this helps!

    Plugin Support Kenneth Macharia

    (@kmacharia)

    Hi @lizahamid,

    We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.