Submit button hovers over text input
-
Hello,
when adding a basic styled form with the light version of your plugin, the submit button is aligned right next to the email input field. On the desktop version it isn’t that much of a problem in the widget area (https://www.wanderersblues.be/), but when using the shortcode in a post the submit button is aligned to the far right (https://www.wanderersblues.be/wanderers-week-5-2/). Again, a minor annoyance.
The real problem arises when both pages are viewed on mobile. In that case the submit button hovers over the first text input field. That can’t be the purpose of the plugin, right?
This is the HTML of my form:
<p>
<label>E-mailadres*</label>
<input name=”EMAIL” placeholder=”e-mailadres” required>
</p><p>
<label>Voornaam*</label>
<input name=”FNAME” placeholder=”voornaam” required>
</p><p>
<label>Naam</label>
<input name=”LNAME” placeholder=”naam”>
</p>
<p>
<input type=”submit” value=”Inschrijven”>
</p>I have not used any custom CSS. I wanted to use the lite version of the plugin first till my newsletter takes off and then switch to the pro version if I’m still satisfied.
Is there a way to put the submit button under the text fields in the lite version?
Thx!
- The topic ‘Submit button hovers over text input’ is closed to new replies.