Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Sinkadus

    (@niwin)

    Okay, found a workaround. Added this to the css:

    input.wpcf7-form-control.wpcf7-submit{
    height: 60px;
    }

    If someone know of a way to center the text vertically instead, that would still be better…

    Thread Starter Sinkadus

    (@niwin)

    Solved it!

    This did the trick:

    input.wpcf7-form-control.wpcf7-submit{
    line-height: 2px;
    vertical-align:middle;
    }

    Hope someone can make use of this ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center text in send button’ is closed to new replies.