Hello,
It looks like you are using the pro version of the plugin, it appears that the styling for the plugin is being overwritten by your theme.
I will make an update to the pro plugin’s styling so it won’t be overwritten by the theme.
If you are familiar with editing CSS and would rather not wait for the update (which I will try to get out as soon as possible) you can fix the issue by going to your theme’s stylesheet on line 749 and changing it from:
form.wpcf7-form p label {
display: block;
text-align: left;
}
To:
.wpcf7-form label {
display: block;
text-align: left;
}
I have released version 5.6 for the PRO version of the plugin which should fix the issue, please let me know if that resolved the issue then mark this ticket as resolved.
Thanks and have a great day!
Thanks Kyle ,
The update did fix the issue. Keep up with the good work !
Cheers!