Anytime I try to include a form not in the header, the Sign Up button (or however you want to name it) is on the left side of where the user inputs their email address rather than the right.
How do I avoid this? How do I move the Sign Up button to the right of the text field?
Here's the code I'm using in the text widget which I placed in the Bottom VI position:
- Code: Select all
<h3>Find out when MindSpace is ready for release. Just ONE email!<br> </br></h3>
<form class="gk-form">
<div><input type="email" placeholder="Email address ..."> <input type="submit" value="Get Started today!"></div>
</form>
And here is a link to my webpage: http://www.mindspaceapp.com/
Thanks!