How to have prices in PayPal form in separate row

  • anerleywalker
    Asked on September 7, 2017 at 8:11 PM
    can you please help me with the paypal intergration, I have added products, but I need the price to be on a separate row
  • Mike
    Replied on September 7, 2017 at 8:39 PM

    You may try adding the next CSS to the form:

    .form-product-details {
    display: block;
    margin-top: 15px;
    }
    .form-product-item-detail br {
    display: none;
    }

    How to have prices in PayPal form in separate row Image 1 Screenshot 20

    Thank you.

  • anerleywalker
    Replied on September 7, 2017 at 8:45 PM

    ah ha you're the best - thanks so much !