Hello,
Several solutions, but in my mind the most simple, is to add this "Pay with credit card via PayPal" in your payement plugin backend Name! But in this method you will lose the two line displaying layout!
Other method, via
Css this kind of code :
.Selector : before (or after) {
content: "Your Text :";
}
For the other point : as we see together I you use the
payment plugin name, you will have one line, but via
Css if you have two elements (in div for example) you can display your two element with this Css properties :
.Selector {
display : inline
}
"
inline" elements can be display
side by side, and not "block" elements.
Hope this will help you.
Regards,