Viewing 5 replies - 1 through 5 (of 5 total)
  • I have very similar problem. I put it (free version not premium) on as a widget and the submit button is to the left and not centered. I wonder if there is one solution for both of our problems?

    Hello Phil,

    I see that you got this resolved, can you let us know how you got it fixed? Much appreciated and thank you for your time!

    Thread Starter philmay

    (@philmay)

    i added this css to make it work:

    #wp_email_capture_2
    {
        display: block;
        width: 160px;
        float: left;
    
        text-align: left;
        border: none;
    }

    Thanks!

    I tried it but didn’t work. It might be the CSS in the theme.

    What is weird is when viewing it on Chrome or Safari it looks fine. The submit button is below the email box. But when I view it on a tablet such as a Galaxy Tab or on Firefox on a desktop the submit button is behind the email box.

    Thanks again for your help!

    Plugin Author Rhys Wynne

    (@rhyswynne)

    Hmmmm….. This sort of thing is difficult to diagnose (hence why I don’t support CSS) as something in your theme is causing issues with the display.

    I’d recommend speaking with your theme designer, see if they can give you any help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘submit button alignment?’ is closed to new replies.