Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi James,

    To center all elements in your form, use the following.

    .mc4wp-form {
    	text-align: center;
    }
    .mc4wp-form input {
    	margin-left: auto !important;
    	margin-right: auto !important;
    }

    You can add the rules to your theme stylesheet or by using a plugin like “Simple Custom CSS”.

    Hope that helps. If not, let me know!

    Thread Starter jpryce

    (@jpryce)

    Perfect, thanks

    James

    Hi Danny,

    I have had the same problem and used the above code given by you. However, not all text was centered as a result – the word “newsletter” is still not in the middle. can you give me a solution. the site is:
    https://www.alexkopf.com
    Look down at footer area.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘centre text box’ is closed to new replies.