I need to figure out how to get a submit button to line up immediately below the form. Currently, it is position, left justified.
Here is the URL: http://www.laboro.biz/employers
Please help.
WordPress Forms
I need to figure out how to get a submit button to line up immediately below the form. Currently, it is position, left justified.
Here is the URL: http://www.laboro.biz/employers
Please help.
Formidable is a dream come true! It works like magic.
Fitz (Fitz Magic)This is by far one of the best plug-ins I've come across in a long time, if ever! It is truly a fine plugin with so many possibilities. I'm glad to know I bought the right one for a change!
Sheena Marie (Sky Life Media)Copyright © 2013 Strategy11, LLC
September 13, 2012 at 2:51 pm
Will you add the following CSS to your theme's style.css file:
#frm_form_8_container input[type="submit"] {margin-left:363px;}\
That should move it over to be right under your form.
Topic closed.