Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter andriusvv8

    (@andriusvv8)

    Also how can I center headline?

    Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hi @andriusvv8

    I hope you’re well today!

    You can make input field and submit button taller (bigger height) by enabling “Custom CSS” option in form’s “Appearance” settings section and adding this CSS to it:

    .forminator-input {
    	height:50px;
    }
    
    .forminator-button-submit {
    	height:50px;
    }

    Note please: you might want to adjust pixel values in both rules.

    Also how can I center headline?

    What part of the form exactly do you mean – a field name, a section field content or something else? Or is it a part of other area of the page with the form? If you could point me to the specific page of yours and that specific headline there, where you want to make this change it would help a lot.

    Best regards,
    Adam

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @andriusvv8

    It’s been a while since we’ve heard back from you so I’m going to mark this topic as resolved. You can still post back any updates and we can continue.

    Take care,
    Dimitris

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

The topic ‘Button size’ is closed to new replies.