Line width and spacing in paypal section of form

  • LaurenTalicska
    Asked on October 25, 2016 at 2:18 PM

    Hi there-

    I have a form that I am working on that I would like to make all of the widths even in the product payment area.  Currently they are all different widths.

    Also I would like to adjust the spacing between them (choices at the bottom of a section get cut off).

    Can you please assist?

     

     

  • Welvin Support Team Lead
    Replied on October 25, 2016 at 5:49 PM

    I did it for you by injecting the following custom CSS codes to your form:

    .form-product-item.hover-product-item {

        height : auto !important;

    }

    .form-product-child-table td, .form-product-child-table th {

        width: 100%;

    }

    The first style (yellow) is to fix the height. The second one (green) is to fix the width. 

    I think you already know how to check the CSS area, but just in case, here is the guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

  • LaurenTalicska
    Replied on October 25, 2016 at 5:54 PM

    Thank you so much--- this looks great!!!