Email Validator Widget: Add line spacing between message and input field

  • DesignedByMarin
    Asked on August 1, 2019 at 1:57 PM

    I have read your article on "How to Inject CSS Codes to Widgets", however, I was unable to find the solution for the issue below.

    I would like to put a space between the last line of the "Email Validator" statement and the "Confirm Code" field (see attached image).

    1564682112Spacing Issue Screenshot 10

    Thanks
    Paul


  • Vanessa_T
    Replied on August 1, 2019 at 2:58 PM

    Please add the following css code into the widget.

    form { padding-top: 10px; }

    You can change 10 to a higher number for a bigger spacing.

  • DesignedByMarin
    Replied on August 1, 2019 at 3:18 PM

    Thank you so much Vanessa T. It worked well!