• Resolved beantown123

    (@beantown123)


    Hi I am having a few issues:
    1. There is too much spacing between the form title and the first input box. It is larger than the padding between the other input boxes.
    2. I am trying to use a layout where the first two inputs are in the same row. I selected the left side for one box and right side for the other and it updated the css classes and I saved it, but it doesn’t show on the real site or on preview.
    3. Do you know how to remove spacing between submit button and last input box. It is not that big but trying to slightly reduce.

    Thanks for any help you can provide.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @beantown123,

    Thanks for reaching out!

    About 1, you can adjust the margin property of the Form title using the?CSS snippet available in our guide here. With this, you should be able to decrease the space between the form title and the first input box.

    About 2, currently we have a bug to display fields in multiple columns using CSS Classes. To fix the issue, you need to disable the Use Modern Markup option on WPForms ? Settings, and then you will be able to create multi-columns using CSS Classes.

    In case you’re not seeing that option, please add the filter in the guide here on your site. That way, that option will appear, and you will be able to disable it.

    About 3, you can adjust the?.wpforms-submit-container?padding (screenshot), and for this, you can add a CSS snippet like this:

    .wpforms-container .wpforms-submit-container { padding: 5px 0 0 0;}

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

    Hope this helps!

    Thread Starter beantown123

    (@beantown123)

    Wow thanks for the detailed response. I will work on implementing them. Thanks!

    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @beantown123,

    Great to hear that! And if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spacing after form title’ is closed to new replies.