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

Column 2 or more making field Wider


  1. maswayze
    Member

    I am fairly new to using MachForm to customize my form. I have areas with Column 2 4 and 5. I am needing to widen the field area to allow all of the text to show especially in a Drop Down Field (for example). I am not familiar to locate and find the HTML coding in order to customize inside the HTML Code. Is there a code that I can insert into the Custom CSS Class area while building the form? Any help available will help me.

    Thanks

    Posted 10 years ago #
  2. williamansley
    Member

    Do you want to make the whole form wider? If so, then you need to create a custom theme and apply it to your form. Take a look at the documentation here for instructions on creating a theme:

    http://www.appnitro.com/doc-theme-editor

    You will need to add custom CSS code to the theme to change the width of the form. Here is the documentation on adding custom CSS:

    http://www.appnitro.com/doc-theme-editor#add-css

    If you paste this CSS code into the "Advanced CSS" field, for example, it will make your form 1000 px wide:

    #form_container
    {
    	width:1000px;
    }

    I hope this helps.

    Posted 10 years ago #

RSS feed for this topic

Reply