Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eventualo

    (@eventualo)

    You have to add some css rules in your theme style.css to align the form elements.
    You should add something like:

    /* Move labels and inputs to top */
    .alo_easymail_form_table td {
    	vertical-align: top;
    }
    
    /* Unset a default margin of the inputs */
    .alo_easymail_form_table td input {
    	margin-bottom: 0 !important;
    }

    Thread Starter nivaria_achinet

    (@nivaria_achinet)

    ok thanks. i add this code in enfold –> general style —> quick css because if i have put the code into css.style don’t change anything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ipagination incorrect’ is closed to new replies.