How to center the field elements in the form using the Advance Form Designer

  • dlsnelson
    Asked on April 2, 2018 at 7:28 PM

    4.  Page 5:  Can the three upload buttons/labels as well as "Photographer's Requested Photo Credit" and "Photo Credit Upload" be centered on the form?

    5.  Page 6:  Can the 4 input tables be centered on the form?

    6.  Page 7:  Can the word Print Form in the red print button be centered?

  • jonathan
    Replied on April 2, 2018 at 7:58 PM

    #4

    Use this CSS codes


    #label_59,#label_60,#label_156,#label_63 {
        text-align : center !important;
    }

    1522712307zzz 2018 04 03 07 Screenshot 10

    ---

    #5

    Use this CSS codes


    #id_118,#id_138,#id_146,#id_147 {
      margin-left: 200px;
    }

    1522713522zzz 2018 04 03 07 Screenshot 21



    #6

    Use this CSS codes

    .form-submit-print img {

       margin: -4px -15px 0 -15px !important;

    }

    1522712899zzz 2018 04 03 07 Screenshot 32