Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello Lindsey,

    To align the form fields in the center, please add below CSS code either to the end of style.CSS in your active theme or you can install a plugin “Simple Custom CSS” to add the custom CSS provided below.

    .mc4wp-form input {
        margin: 0 auto !important;
    }

    This code will make all the form fields appear centered. I hope that helps.

    how do i left align the subscribe button please

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form is left aligned but submit button is centered!?!?’ is closed to new replies.