This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 4

Can you change the width of the form


  1. chrisross39
    Member

    Is it possible to change the width of the form as it appears on the screen?

    Posted 9 years ago #
  2. williamansley
    Member

  3. chrisross39
    Member

    Thanks. Probably a thick question, but how do I access the code to amend it as suggested?
    #form_container{ width: 800px; }

    Field as : #main_body .custom_width input.text{ width: 300px !important; }

    Posted 9 years ago #
  4. AMurray
    Pro Member

    As that post instructs, edit the theme for your form, and enter that CSS in the Advanced CSS box.

    Otherwise, the code should be in a file called "view.css" under the folder that holds that file for the particular form.

    The folders are numbered, so for example, the form number is the "id" that is tacked to the end of the URL you see in the browser address something like "id=123456 or form_id=123456.

    123456 would be the folder name in the "data" folder and inside that is a folder called "files" (for uploaded files where applicable) and more importantly a folder called "css". Open the "css" folder and see there, the file called view.css.

    Open view.css and look for the #main_body.......bit.

    Posted 9 years ago #

RSS feed for this topic

Reply