Hi there,
I’m using a 3’rd party registration form and have some styling issues with Enfold.
I’m sure there is a quick CSS fix – see how the asterisk is carried over (or hard return) to the next line: http://alturl.com/338j9
How do you get the the asterisk to display to the right of the field box (to indicate a required field*)
I have tried some css settings with this section: form.pmpro_form div { – but with no luck
Any help will be greatly appreciated
Thanks!
Hi anton123!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#pmpro_form input {
display: inline!important;
}
Cheers!
Yigit
Thanks very much!