Viewing 1 replies (of 1 total)
  • Plugin Author eventualo

    (@eventualo)

    You can set it using the css rules of your theme, editing the files of maybe using theme options.
    For example, you can look for this rule:

    .alo_easymail_form_table td {
        padding: 5px 15px 5px 0;
    }

    and increase the top padding in each row:

    .alo_easymail_form_table td {
        padding: 20px 15px 5px 0;
    }

    In this edit I increase the top (1st value) from 5 pixel to 20.
    (the order is: top, right, bottom, left).

Viewing 1 replies (of 1 total)
  • The topic ‘Space between name and e-mail’ is closed to new replies.