• Resolved baytocruz

    (@baytocruz)


    In my submission form, I would like to align the button, so it is centered against the Name/Email fields (as you can see, the button defaults to misaligned, lower than the fields).

    I would also like the button to be the same height as the fields. How would I do so? Thank yoU!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @baytocruz

    If you can provide a link to the form, I can provide CSS code to help format it.

    Or if you can provide an export of the form (assuming I can use it on the free version) I could check out the form’s settings to see if it’s possible through there.

    Hey @baytocruz – Thanks for contacting us and I apologize for the delay in getting back to your support request!

    To adjust the height, you may consider using the following CSS:

    div.wpforms-container-full .wpforms-form button[type=submit] {
        padding: 5px 15px;
    }

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

    For the alignment, when you get a chance, please share the form URL so I can take a closer look.

    Kindly,

    Thread Starter baytocruz

    (@baytocruz)

    Here is the form URL: https://atsreader.com/

    Hey @baytocruz – Thank you for sharing the URL!

    I looked at the website, and I see the form on the home page. On my end, the submit button seems to be properly aligned with the other fields. Screenshot.

    When you have some time, can you please check the form and let me know if the misalignment is still there?

    Kindly,

    Hey @baytocruz – We haven’t heard back from you in about a week, 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 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Submit Button not aligned + decrease height’ is closed to new replies.