Button Label Alignment

Hi all,

Having an issue with the alignment when publishing a form.

In draft and preview i get this:

Screenshot 2024-04-26 131914

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: :eyes:

Is there anything else I can help you? :smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.