• Resolved jennyanderson

    (@jennyanderson)


    Hi,
    Very happy with Happy Forms.
    I’ve managed to get my form to look lightweight and minimalist to tie in with the rest of the website, and it has just 4 fields and a check box.
    But the small Send button is huge.
    Is there any way to change the size of the button? Then it would be perfect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there, @jennyanderson!

    We’re glad to hear you like HappyForms! As it turns out, a visual control for your submit button size isn’t included yet. But you can work around this with a simple CSS tweak – try popping this in your Appearance → Customize → Additional CSS screen:

    input[type=submit].happyforms-button--submit {
        padding: 10px 25px;
    }

    Let us know if that did the trick!

    Thread Starter jennyanderson

    (@jennyanderson)

    It didn’t work, but this did in case anyone else wants to know

    .happyforms-button–submit{
    padding: 8px 15px !important;
    }

    Thanks for your quick reply and your help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to resize the submit button?’ is closed to new replies.