Home › Forums › Gillion Theme › Subscribe Widget button misaligns after successful signup
Home › Forums › Gillion Theme › Subscribe Widget button misaligns after successful signup
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
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