• Hi,

    I want to make the payment options: ($25,$50,$200….)
    To lineup horizontally not vertically.
    Like this:
    $20 $50 $100
    Not like this:
    $20
    $50
    $100

    I’ve been going through the PHP files, trying to figure out what I should change. If you can tell me what PHP files to alter, and where to change I can go forth and make some custom css around it.

    Any help would really be great

    https://www.ads-software.com/plugins/quick-paypal-payments/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Ravey,

    In quick-paypal-paymernts.php search for the line:

    $content .=  '<label><input type="radio" id="qpptiddles" style="margin:0; padding: 0; border:none;width:auto;" name="amount" value="' .  $item . '" ' . $checked . '> ' .  $item . '</label><br>';

    Replace the <br> with $nbsp; and you should be sorted.

    I can add a filter to the pulgin to select inline fields and send over an update to test if you send me an email.

    Thread Starter ravey

    (@ravey)

    Hi Aerin,
    I sent you my email via your support email.

    Thank you and best regards,

    Hi Ravey,

    I sent you an update to test. Did you get it and did it work?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS element’ is closed to new replies.