Moving Submit Button Inline
-
I created a form with one “text” input field and would like to move the submit button adjacent and inline with the field. Any hints on this?
Here is the form code I am using:
[text* your-name placeholder "You Name"] [submit class:button_submit "Submit"]
I tried the following CSS but to no avail:
.wpcf7 { float:center; /*Center form on page*/ text-align:center; display:inline; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Moving Submit Button Inline’ is closed to new replies.