This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Editing size of one form
Started 11 years ago by TimHines | 2 posts |
-
I'm looking to make the form bigger for just one of my forms. Is that possible without changing the default size (width) of ALL my forms ?
Posted 11 years ago # -
It is possible to do so by using CSS code. Simply edit the theme of your form, click "Advanced CSS" menu item from the dropdown and then put this code:
#form_container{ width: 800px; }
Adjust the width value above with your own preference.
MachForm Founder
Posted 11 years ago #
Reply
You must log in to post.