Home › Forums › Gillion Theme › Shufflehound Subscribe Widget button misaligns after successful signup
Home › Forums › Gillion Theme › Shufflehound Subscribe Widget button misaligns after successful signup
Hi Dave,
Sorry to hear of the problem you are having.
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
Hi I’ve the link provided below.
thank you.
You can resolve 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 input[type="submit"] { bottom: auto; top: 0; }
I don’t see the shared CSS code used on your site and also the Shufflehound Subscribe Widget so please use the CSS code and display the widget so that I can troubleshoot it.
I’ve placed it at the footer now.
please have a look at it.
thanks,
dave
Solution for this topic
To resolve it please try changing above shared CSS code as following.
.mc4wp-form input[type="submit"] { bottom: auto !important; top: 0; }
ah.. that worked out neatly..
much thanks for the help.
dave
You are most welcome here 🙂