newsletter-hero
Hey, So I am running into complications trying to get the same look of the demo version of the form. I replaced the existing mailchimp form with mine.
Here is my site:
As you can see there is that white box around the container and the button is bumped down on the second line.
None of my CSS/HTML mentions this container. Was I suppose to use the code that was supplied? Or can you help come up with a solution?
I did try going off this:
<p>
<input type="email" name="EMAIL" placeholder="Your email address" required />
</p>
<p>
<input type="submit" value="Sign up" />
</p>
Comments
you have placed them in <p> tags and they will be never next to each other since the paragraph tag begins a new line.