Subscribe Widget button misaligns after successful signup

Home Forums Gillion Theme Subscribe Widget button misaligns after successful signup

Home Forums Gillion Theme Subscribe Widget button misaligns after successful signup

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • truyenphan
    Participant

    Same problem with this post, I tried that solution as follows but it did not work

    .mc4wp-form-fields p input[type=email]{
    bottom: auto !important;
    top: 0;
    }

    Note that type=email not type=submit as in that post

     

    You can confirm in this page

    http://www.dieuhaynhat.com/cong-viec/

    • This topic was modified 5 years, 2 months ago by truyenphan.

    Hi @truyenphan,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .mc4wp-form-fields p button[type="submit"]{
    bottom: auto !important;
    top: 0;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)