I’m trying to get the “Email” input and “Submit” button to sit on the same line. Here’s what it looks like:
So it should look like this (in regards to layout):
You can see the actual page here: http://www.grainbeast.com/free-goods/
Can you tell me how to accomplish this?
add the following css to style.css
and remove
float: left
from the submit button style so the html reads
Here my solution:
https://jsfiddle.net/00adpdb1/
Just wrap your input with “overflow:hidden” and pull to right button with “floar: right”