Appnitro Software Forums » MachForm 2

Need Form to be center


  1. Hi
    This is my form link http://anishinfoways.info/clients/superior/contactus.php
    I want to know is that possible to center the form in the page.Center means Form field should be center.

    Very thankful in advance for your support
    Regards
    satish

    Posted 9 months ago #
  2. redityo

    Hi There,

    To center the form fields, you can search for these css code :

    #form_container  {
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #CCCCCC;
    margin:0 auto;
    text-align:left;
    width:640px;
    }

    and change the text-align to center.
    However for some field like name/phone, it would need customize view-functions.php

    Anyway, I've reply your ticket, let's continue there.


    MachForm Support

    Posted 8 months ago #

RSS feed for this topic

Reply