• Resolved bethnals9

    (@bethnals9)


    Hello.

    Since your latest update.

    The submit button padding seems to have been broken. i.e. narrow, wide, default.

    Now the submit buttons on my contact forms are all big. Plus in the settings selecting different padding styles has no effect.

    The padding increases with font size but narrowing it down like it was before is the problem.

    Any hints?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there, @bethnals9 👋

    Oh no, sorry about that! You’re totally right, latest release introduced a bug 🐛 that prevents different paddings from applying to submit button. We’ll be sure to patch it up as soon as possible! In a meantime, you can use the following snippet in AppearanceCustomizeAdditional CSS to set padding manually:

    .happyforms-styles input[type=submit].happyforms-button--submit, .happyforms-styles input[type=submit][disabled].happyforms-button--submit {
      padding: 10px 20px;
    }

    That should reduce padding significantly for you. Stay tuned for updates! 🙂

    Thread Starter bethnals9

    (@bethnals9)

    Excellent thanks for the reply and solution.

    Hey again, @bethnals9!

    We just wanted to follow up here that we’ve just released version 1.7.4 that’s addressing issues with Submit Button styles set through Style step.

    Have a great day! 🙂

    Thread Starter bethnals9

    (@bethnals9)

    Hi @thethemefoundry

    I have seen and updated. Many thanks!

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

The topic ‘Submit Button padding problem’ is closed to new replies.