This website is obsolete. Please go to my new site at wppatch.com for any queries.

Old customers can also contact via new site for their queries.

Reply To: broken form

Contact Support Simple Aweber Optin Widget broken form Reply To: broken form

#1617
Abu
Keymaster

Your theme is overriding the plugin css for submit button. Add the following CSS code in Custom CSS section of your theme and it will fix the issue for you.

.widget_twb_aw_widget .twb_widget input[type="submit"]{
    position: relative;
    height: auto;
    line-height: inherit;
    text-indent: 0;
    right: 0;
}

Let me know if still any issue.

thanks