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

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 4

Centering phone number and name input fields?


  1. Natascha
    Member

    I've got the rest of the form centered, but these two still are left aligned. I found something about centering them back in Machform 2, but I don't think that still applies.

    What do I need to do to get all of the fields centered, including name and phone number?

    Thanks!

    Posted 9 years ago #
  2. redityo

    You can try to put these css code into theme advance css box, it would make the form field centered :

    *  {
    text-align:center !important;
    }
    
    #main_body form li {
    text-align:center !important;
    }
    
    .simple_name_1 {
    padding-left : 35% !important;
    }
    
    .date_mm {
    padding-left : 35% !important;
    }
    
    .phone_1{
    padding-left : 35% !important;
    }
    
    #main_body input.checkbox {
    margin-left:30% !important;
    }

    MachForm Support

    Posted 9 years ago #
  3. Natascha
    Member

    Thanks! That did the trick.

    Posted 9 years ago #

RSS feed for this topic

Reply