subscribe form is a mess
-
if you choose radio button for consent
https://imgur.com/T10S0Jj
If you choose a drop-down menu
https://imgur.com/5BJKYRK
even the submit button is oversized. the form and field editors doesn’t do much. the padding adjustment doesn’t work. there are no space between the fields. the only way to fix this and the button is add a custom css in your template’s “additional css.”.newsletters-fieldholder {margin-right:5px;}
#newsletters-1-form .btn-primary {
padding: 5px 25px !important;
}Now the warning if you click submit without entering your email only show up for a brief second, not enough to read what it says.
https://imgur.com/lgVgMwVI went to the demo page but it’s showing some errors
https://imgur.com/W3hlOyL
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.