I need to put ‘please answer in digits’ on the comment form inside its input box, as the styling at present looks a bit off. I think this is from the AIOWPS plugin, so I’m not sure who to ask, but figured you might be able to help out as it’s very simple :)
Hi Allegrif!
I don’t see any comment form in your link. Send us a link to the exact page / post where the form is displaying and take a screenshot highlighting the exact element your trying to edit and we’ll see if it’s an easy fix. Otherwise it would be best to contact the plugin author for help.
Cheers!
Elliott
Apologies, see attached.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.aiowps-captcha label {
left: 0!important;
top: -5px!important;
}
.aiowps-captcha-equation {
position: relative;
top: 15px;
}
Best regards,
Yigit
Thank you!