Hi I noticed that on many fields the (Required) label is added without a space.
Name(Required)
Instead of
Name (Required)
How can I fix this?
Hi I noticed that on many fields the (Required) label is added without a space.
Name(Required)
Instead of
Name (Required)
How can I fix this?
Please share a link to the page on your site where we can see the form. Thank you.
Hi Chris,
You can find the form here.
https://wesellhomes.es.casa/
I have used Gravity Booster for styling but the issues occured already before I installed that.
Hi Patrick. I am not sure why that is happening on your site, but you can fix it with this CSS:
body .gform_wrapper .gfield_required {
margin-left: 2px;
}
You can add this CSS to your theme (or child theme) stylesheet or via the Appearance Customizer (Appearance → Customize → Additional CSS).
See also this article for additional information about placing CSS snippets: Where to Put Your Custom CSS - Gravity Forms Documentation
Hi Chris, Thanks this worked!