I"m tried a lot of plugins, but i'm trying to use a plugin to make this survey a filable
<p>Email (required)
[email* email] </p>
I want the form to go to the left instead of the center.
http://www.mcshanesnursery.com/test/
How do I do that.
I"m tried a lot of plugins, but i'm trying to use a plugin to make this survey a filable
<p>Email (required)
[email* email] </p>
I want the form to go to the left instead of the center.
http://www.mcshanesnursery.com/test/
How do I do that.
Open your theme's style.css and find this section:
.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}
Either comment it out or remove it.
This topic has been closed to new replies.