Skip to main content
All CollectionsBuild & customizeCustom CSS on forms
How to format the choice fields to all be left aligned
How to format the choice fields to all be left aligned

Format the choice fields to be left aligned with a custom CSS code.

Updated over a week ago

Just paste the code into the Custom CSS box in the Design tab of your formaloo editor page.

For single choices the Custom CSS is:

.form-radio-only-text:not(.form-radio-likeDislike) { width: 100% !important; }

It also works in single-step/ multi-step/ modern view and classic view.

Did this answer your question?