Hi all,
Having an issue with the alignment when publishing a form.
In draft and preview i get this:
but when I publish i get the labels on center alignment
no custom css or anything on it
Hi all,
Having an issue with the alignment when publishing a form.
In draft and preview i get this:
but when I publish i get the labels on center alignment
no custom css or anything on it
Hi David,
Could you please share your exact webpage URL so I can further investigate to resolve the issue?
https://longfield.org.uk/big-heart/
Password is: Fundraising01
To resolve the issue, try the following CSS code in the child theme’s style.css
file or in Appearance → Customize → Additional CSS
.
form#gform_109 .gform_body fieldset .gfield_radio {
align-items: flex-start !important;
}
form#gform_109 .gform_body fieldset .gfield_radio .gchoice,
form#gform_109 .gform_body .gfield {
text-align: left !important;
}
You can delete the “#gform_109” if you wish to apply the same style to all forms.
Preview:
Is there anything else I can help you?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.