Thanks for pointing me in the right direction @susantau
Also credit to @oissela for some sample CSS in this post
I added the following to my CSS file and this fixed it perfectly
.g-recaptcha {
margin-bottom: 20px !important;
clear: both !important;
}
.g-recaptcha iframe{
height: 80px !important;
clear: both !important;
}
Lastly, Miyoshi-san, Thank you for the awesome plugin!!
-
This reply was modified 9 years, 7 months ago by pinchii. Reason: forgot to credit resources
really, i searched google and didnt find anything
better safe then sorry i guess 🙂