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

Form Width - 925px


  1. shutcheson
    Member

    I am trying to put together the following form:

    http://www.shportraits.com/machforms/view.php?id=12

    The images are set to 900px and I need them to stay this size so that clients can see the images. How can I adjust the form so that it is slightly larger say 925px?

    I have searched but can't seem to come up with what I am looking for?

    Posted 15 years ago #
  2. redityo

    Hi,

    To make the form larger, you can search for these CSS code and change the width property :

    #form_container
    {
    	background:#fff;
    	border:1px solid #ccc;
    	margin:0 auto;
    	text-align:left;
    	width:640px;
    }
    
    #top
    {
    	display:block;
    	height:10px;
    	margin:10px auto 0;
    	width:650px;
    }
    
    #footer
    {
    	width:640px;
    	clear:both;
    	color:#999999;
    	text-align:center;
    	width:640px;
    	padding-bottom: 15px;
    	font-size: 85%;
    }
    
    #bottom
    {
    	display:block;
    	height:10px;
    	margin:0 auto;
    	width:650px;
    }

    MachForm Support

    Posted 15 years ago #

RSS feed for this topic

Reply