• When I use the following statement, the Submit button is visible but is right aligned.
    <p>[submit class:button id:form-submit “Send Mail”]</p>
    How do I get the button to be left aligned?

    When I use the following statement, the Submit button is barely visible but is left aligned (it is like white with very light grey outline).
    <p>[submit “Send Mail”]</p>
    How do I get to be visible?

    Note: <p align=”left”> doesn’t work

    Thanks in advance!

    https://wordpress.org/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • The actual look of CF7 forms on your website will depend largely on the current WordPress theme used and the CSS styling that theme applies to standard HTML form elements.

    To change the style of your CF7 forms you would need to edit the CSS style sheets used by your WordPress theme.

    See Styling Contact Form for a general explanation of styling CF7 forms using CSS.

    There is a link at the bottom of the page to a comprehensive and detailed article on Styling Contact Form 7 Forms. The article shows people, with suitable HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms to meet their particular requirements.

    Please include a link to your Contact Form 7 form so we can examine your form in detail using Firebug or Chrome Dev Tools to understand the CSS used for your CF7 form elements.

Viewing 1 replies (of 1 total)

The topic ‘Submit button issue’ is closed to new replies.