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

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Vertical spacing of form elements


  1. jflatham
    Member

    I am new to Machform. Can I get some tips on modifying the size and particularly vertical spacing of the form fields.

    Posted 15 years ago #
  2. redityo

    Hi,

    You can edit your css form. Search for this section :

    #main_body form li
    {
    	display:block;
    	margin:0;
    	padding:4px 5px 2px 9px;
    	position:relative;
    }

    you can change padding value to that section, for example :

    #main_body form li
    {
    	display:block;
    	margin:0;
    	padding:10px 5px 10px 9px;
    	position:relative;
    }

    it will give you more space in top and bottom of the field.


    MachForm Support

    Posted 15 years ago #

RSS feed for this topic

Reply