First/Lastname/Email misaligned
-
Hello,
I’m trying to use the mailchimp plugin on my hosted word press but the formatting is totally screwed up.
If you scroll down to “Request more information” at http://www.javabrightcapital.com/, you’ll notice that the labels and form inputs are all staggered and completely screwed up in formatting.
I would like first and last name in one line, with the email and submit button below. I’d like the submit button to be the width of the text, on the same line as the email.
The code is:
<p>
<label>First Name:</label>
<input type=”text” name=”FNAME” placeholder=”Your first name”>
</p><p>
<label>Last Name:</label>
<input type=”text” name=”LNAME” placeholder=”Your last name”>
</p><p>
<label>Email Address:</label>
<input type=”email” name=”EMAIL” placeholder=”Your email address” required=”required”>
</p><p>
<input type=”submit”>
</p>Please help!
The topic ‘First/Lastname/Email misaligned’ is closed to new replies.