Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119878

Stonenote on "[Plugin: Contact Form 7] Center contact form on page"

$
0
0

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!


Viewing all articles
Browse latest Browse all 119878

Trending Articles