Forums

Contact Form 7
[resolved] Center contact form on page (3 posts)

  1. claw54@gmail.com
    Member
    Posted 3 months ago #

    Hi,

    How would one center the form on a page?

    Thanks in advance

    http://wordpress.org/extend/plugins/contact-form-7/

  2. Stonenote
    Member
    Posted 2 months ago #

    You need to enclose your contact form in <div></div> tags on the contact form page. Easiest to do it there. Unless you are using the form in several places with varying widths.

    <div style="width: 400px; margin: 0px auto">
    (enter your form here)
    </div>

    The width in the above can be any size but you have to make sure it fits in your page or post width. If you don't know, then use percentages and it will be more fluid - width: 80%. This is all simple coding... have fun with it!

  3. claw54@gmail.com
    Member
    Posted 2 months ago #

    Great Thanks! :)

Reply

You must log in to post.

About this Plugin

About this Topic