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

2 Questions Width and Dotted Lines


  1. ROYW1000
    Member

    Hi

    Is it possible to set individual width for a form.

    For example can this not be added to the theme editor in a future release or is there a way to do it like the height:

    var __machform_height = 655;

    Also under the form title you get the .... grey line. In the Theme Editor is there a way t get rid of it like you can with Border and option C as I cant seem to find a way to remove it.

    Thanks
    Roy

    Posted 11 years ago #
  2. williamansley
    Member

    This cannot be done using the graphical interface in the theme editor, as far as I can see. I would expect that these options will be added to the Theme Editor interface in the near future, at least for setting the width of the form.

    However, you can make these changes by using the the "Advanced CSS" window to add custom CSS code for your theme. Go to the theme you want to customize. In the menu next to the "Save Theme" button, choose "Advanced CSS". Paste the code below into the window that opens:

    #form_container
    {
    	width:655px;
    }
    
    #main_body .form_description
    {
            border-bottom:none;
    }

    Save your theme, then apply it to the form in question, if necessary.

    Posted 11 years ago #

RSS feed for this topic

Reply