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

Width of the whole form 130 pixels


  1. machformrocks
    Member

    Is there a way to make the width of the whole form 118 pixels so that the whole form fits on the side of a website?

    Posted 15 years ago #
  2. yuniar

    Adjust this CSS:

    #main_body
    {
    	background:#fffff;
    	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    	font-size:small;
    	margin:8px 0 16px;
    	text-align:center;
    }

    add width: 118px; value there.

    However, 118px seems very small, you might need to adjust other stuff (padding, margin, font size, etc)


    MachForm Founder

    Posted 15 years ago #

RSS feed for this topic

Reply