• Resolved dariengibson

    (@dariengibson)


    Hey people! I need a little help.

    I am wanting to have the opt-in message centered once someone signs up. How can I do this? I attempted using <center></center> within the customizer but once I save it, it’s removed. Sad day, huh?

    Any thoughts?

    • This topic was modified 4 years, 3 months ago by dariengibson.

    The page I need help with: [log in to see the link]

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

    (@lapzor)

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

    You can add this code trough a plugin like Simple Custom CSS or maybe your theme already offers a way to add extra css via something like Appearance > … > Edit CSS.

    You can also add it right into the form code like this, anywhere in the form:

    <style>
    .mc4wp-response { text-align: center; }
    </style>

    Hope that helps. If you have any questions, please let me know!

    Thread Starter dariengibson

    (@dariengibson)

    @lapzor

    Thank you sir! Easy, perfect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to center optin message?’ is closed to new replies.