"Send" buton in Contact Form 7 is too litte

Hello. I´m using Contact Form 7 plugin in my website, and the “Send” buton generated at the form is too litte. The configuration of this buton depends on the theme, right? How can I fix this?

I amm interested too, the same for follow up / subscribe to new articles

Hey there,
I hope you’re doing well today

Its maybe possible to adjust this with some CSS code.
Kindly send the URL to your website so I can look into the issue for you.

Best Regards,
Support

Hey, this is the URL of my website:
http://folhatb.com.br/vc-reporter-2/

It´s writen “Enviar” in the buton, it´s portuguese :slight_smile:

Thanks!

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*increase contact form button size*/
input.wpcf7-form-control.wpcf7-submit {
  padding: 10px 20px 10px 20px;
  font-size:1em;
}

Best Regards,
Support

Yes i had same problem with contact form 7 and something else (cant remember) that seemed to inherit the sizing form the theme and create tiny buttons. As it is I changed to a different form builder called “Form Maker” by WD (Webdorado) and it worked fine with the theme. it also seems to have a huge array of options so maybe consider it in place of Contact Form 7. I am transitioning my crystaledge site to the new forms.

The site i used Form Maker on is Contact – More Dance if you want to see it.

Cheers
Ross

The CSS code worked. Thank you very much!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support