total line higher up

  • BBC2016
    Asked on April 14, 2016 at 2:36 AM

    -Total $: 0.00 should be above the black line and on the RH hand side margin - see pic.

     

    If you can help with making my form look like the image (attached) that I made please help - I did as much as I could but I couldnt figuere out the rest - like the spacing and aligning boxes and box sizes.

     

    If u can help me that would be amazing - pic is attached - trting to make FORM look like my PIC.

    Jotform Thread 818173 Screenshot
  • mert JotForm UI Developer
    Replied on April 14, 2016 at 3:59 AM

    Hi there,

    Please, add the following CSS rules to make the changes you want on your form.

     

    #cid_13 hr {

        top: -35px;

    }

     

    #cid_13 hr:before {

        padding-top: 20px;

        padding-bottom: 15px;

    }

     

    .form-payment-total {

        top: -30px;

    }

     

    Also, you can see the changes from the below:

    total line higher up Image 1 Screenshot 20

     

    If you encounter any error, please do let us know.

    Regards.