How to change the line spacing in paypal section of form

  • cmott
    Asked on January 8, 2019 at 10:23 AM

    It appears the default spacing for line items in paypal forms is double.  Is there a way to change it to single spacing.  I'd like the spacing to match the spacing of the mail payment option.

  • jherwin
    Replied on January 8, 2019 at 11:33 AM

    You can inject this custom CSS Code to reduce the line spacing on your Paypal products.

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

        margin-top : -13px !important;

    }

    .form-label {

        width : 100%;

    }

    1546965191css Screenshot 10

    Guide: How to Inject Custom CSS Codes.

    However, please let us know if you are referring to something different so we can check for possible options/CSS code.

  • cmott
    Replied on January 8, 2019 at 2:43 PM
    Thank you
    Charlotte
    ...