line up total box

  • BBC2016
    Asked on March 16, 2016 at 3:39 PM

    how can i put the total under all the price boxes on the RH side?? So the user can read straight down and have it look symetrical and lined up normal and professional looking??

  • Mike_G JotForm Support
    Replied on March 16, 2016 at 4:16 PM

    Add the CSS codes below to your form

    .form-payment-total{

    float: right !important;

    position: relative;

    left: 110px !important;

    }

    But before you do that, kindly fix all the errors in the CSS Code tab of the Designer of your form if you found any, otherwise, the changes will not be applied.

    line up total box Image 1 Screenshot 20

    Here's a clone version of your form where I have applied the changes.

    https://form.jotform.com/60756480554966

  • BBC2016
    Replied on March 17, 2016 at 12:30 AM

    THANK YOU FOR YOUR RESPONSE- ITHELPED ,2 LAST QUESTIONS IFPOSSIBLE.

     

    1 -I CANT GET TOTAL TO LINE UP UNDER THE BOXES. IFICHANGE THEFORM SIZE TO FITMY PAGE WILL THISAUTO ADJUST OR DO IHAVETO CHANGE THE CODE EVERYTIME? IF SO.HOW?

    2-HOWDO I EXTEND THE LINE LONGER?

  • Chriistian Jotform Support
    Replied on March 17, 2016 at 1:56 AM

    1. You will need to fix all the errors in the CSS Code tab of the Designer of your form so that the css will be applied. Go to your form designer by following this guide: Form Designer Tutorial. Then on the CSS tab, do the following.

    line up total box Image 1 Screenshot 30

    Once the errors are fixed, the Total should now be aligned correctly.

    line up total box Image 2 Screenshot 41

    2. To make the line longer, simply inject this CSS code:

    #cid_13 hr {

        width: 600px!important;

     

    }

    You can make it even longer by changing the value of the highlighted text. Here's a guide that can help: How to Inject Custom CSS Codes

    Do let us know if you need further assistance.
    Regards.

  • BBC2016
    Replied on March 17, 2016 at 5:36 PM

    wow great