How To Move The Email Icon In Subscribe Section

Hi, I want to move the Email icon down a little, so that will be on the same line as SNS icons. Any one can help me ? Thanks !

subscribe.png

Try to add the following code to the CSS section of the Theme editor

.ty-icon-moon-mail {
    padding-top: 12px;
}

Try to add the following code to the CSS section of the Theme editor

.ty-icon-moon-mail {
    padding-top: 12px;
}

Thank you very much ! Problem fixed.