How can I center my entry box and button under text?

  • Durianwriter
    Asked on May 23, 2014 at 10:12 AM

    I want to center the email submission box and the submit button under a block of text.

    Is there some css code I can insert that will do this? Thanks.

  • Carina
    Replied on May 23, 2014 at 1:07 PM

    I will work on a solution and will get back to you later.

    Thank you and let us know if we can be of assistance.

  • Durianwriter
    Replied on May 23, 2014 at 8:43 PM

    Okay thank you.

  • Durianwriter
    Replied on May 25, 2014 at 12:17 PM

    were you able to find a solution?

  • BryanPaulo
    Replied on May 25, 2014 at 1:00 PM

    Hi,

    Sorry about the delay. I cloned your form and I found out that the Email and Submit buttons are not expanded. Kindly Expand both the email field and the submit button.

    How can I center my entry box and button under text? Image 1 Screenshot 40

    Then insert this CSS code:

    .form-all {

    text-align: center;

    }

    Use the button alignment for the submit button. Set it to Center.

    How can I center my entry box and button under text? Image 2 Screenshot 51

    Here's what it should look like:

    How can I center my entry box and button under text? Image 3 Screenshot 62

    Let us know if you need further help.