How to reduce spacing between payment line items?

  • abennet4
    Asked on March 27, 2018 at 7:32 PM

    I have 4 payment line items. how can I adjust (reduce) the spacing between them?

  • Jan
    Replied on March 27, 2018 at 10:48 PM

    You can reduce the spacing between the products by using this custom CSS:

    .form-product-item {
    margin-bottom: 0;
    padding-bottom: 2px;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    152220495803 28 49vtk Screenshot 10

    Hope that helps. Thank you.

  • abennet4
    Replied on March 28, 2018 at 9:43 AM
    Thank you!!
    ...