Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1420924

    rkassebaum
    Participant

    On the home page http://www.kennyarnoldfoundation.org. The form we have for joining the newsletter the submit button is taller than the other text insert areas like First Name, Last Name and Email. What CSS do I need to apply to make the submit button the same height? Thank you.

    #1421180

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .nf-form-content .nf-field-container #nf-field-22-wrap .nf-field-element .ninja-forms-field {
    	height: 50px;
    	line-height: 1;
    }

    Hope this helps.

    Cheers!

    #1422008

    rkassebaum
    Participant
    This reply has been marked as private.
    #1422056

    Nabeel A
    Moderator

    Hi again,

    You can try adding the following code as well:

    .nf-form-content .nf-field-container #nf-field-26-wrap .nf-field-element .ninja-forms-field {
        margin-top: -10px !important;
        padding: 9px 0 !important;
    }

    Let us know how this goes!