• Resolved Tioata

    (@tioata)


    Hello,

    I have tried to style my subscription form. I’ve used:

    .mailpoet_text {
      display: inline !important;
    }
    .mailpoet_submit{
      margin-top: -10px !important;
    }

    to bring the Button inline with the eMail-Field and align it correctly.

    But now the error-message “Please specify a valid email address.” breaks this. It appears between the eMail-Field and the Button and it forces them to be in 3 lines, like so:

    email-Field
    Error-Message
    Button

    Is there a way to put the message below the eMail-Field + Button, like the success-message after signing in?

    Thank you very much!
    Tioata

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can move the UL element of the error message by targeting the CSS class related:
    .parsley-errors-list{...}

    Besides that, we don’t provide support for CSS styling customization.

    Thread Starter Tioata

    (@tioata)

    Thanks but as I’m no css expert, I am not able to move it below the input flied + button.
    But it is not that important that I would hire a someone for it. Thanks anyway!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Position of “Please specify a valid email address.”’ is closed to new replies.