Skip to main content
All CollectionsBuild & customizeCustom CSS on forms
How can I make my form suitable for mobile size only?
How can I make my form suitable for mobile size only?

Mobile size only form with CSS code.

Updated over 7 months ago

The following custom CSS makes your form width smaller, suitable for mobile size only:

.formaloo__form-container { max-width: 320px !important; padding: 0 !important; margin: 0 auto;}

You can copy-paste this code in the custom CSS box of the Design tab.

Did this answer your question?