Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there farmiloe,

    Thanks for posting! I can see that you’ve added style="text-align: center;" in a few places within the widget code which is making all the text centered but won’t center the field itself.

    In order to center the email field, you’ll need to add align="center" into one of the div tags surrounding the form field itself – either in a new div or adding the alignment parameter to <div id="mc_signup"> works as well.

    Let me know if there’s anything else I can help with!

    -Kath

    Thread Starter farmiloe

    (@farmiloe)

    Thanks for the response.

    I added align=”center” to the mc_signup, but still not seeing the form center aligned?

    <div id=”mc_signup” align=”center”>
    <form method=”post” action=”#mc_signup”

    Hi farmiloe,

    Strange that it doesn’t work on your WP site – I did test it with my own to be sure it would work.

    Next thing to try would be to enclose the field in a set of <p align="center"> and </p> tags. That should do it!

    -Kath

    Thread Starter farmiloe

    (@farmiloe)

    Thank you – resolved!

    Happy to help, farmiloe!

    If there aren’t any further questions on this thread which I can answer for you, would you mind marking it as resolved for me? Thanks! ??

    Thread Starter farmiloe

    (@farmiloe)

    Resolved!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How To Center The Input Box’ is closed to new replies.