Appnitro Software Forums » MachForm

Width of the whole form 130 pixels

(2 posts)
  • Started 3 years ago by machformrocks
  • Latest reply from yuniar

  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 3 years ago #
  2. 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)

    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.