Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mkooljr1

    (@mkooljr1)

    Looks like you can’t access the site until it’s published. Since I’d prefer not to publish it yet, hopefully you can help me without seeing the page.

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    An easy way to center every form element would be to add the following CSS to your theme its stylesheet.

    .mc4wp-form{ text-align: center; }

    A lot depends on the current styles your theme applies to the form though. A screenshot would help a little but nothing beats the real deal. If you want, you can create me a temporary admin account and send the details to my email: hi@dannyvanko……com (my full last name).

    Hope that helps!

    Plugin Author Danny van Kooten

    (@dvankooten)

    Additional note: if some form fields are not centered using the above CSS, try the following rule.

    .mc4wp-form input{
    margin-left: auto;
    margin-right: auto;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center email input field?’ is closed to new replies.