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!
@lapzor
Thank you sir! Easy, perfect.