Skip to main content

How can I make my form suitable for mobile size only?

Mobile size only form with CSS code.

Updated over a year 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?