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


  1. TimHines
    Member

    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 10 years ago #
  2. yuniar

    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 10 years ago #

RSS feed for this topic

Reply