Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @sam-wa,

    Without a website link I can’t provide specifics but you basically need to change the CSS that’s targeting the html label that contains the text credit cards/debit cards.

    You can use media queries to make the element that contains the cad icons take up the full width of the screen which will place it on its own line.

    Kind Regards,

    Thread Starter Sam-wa

    (@sam-wa)

    Hi Clayman, Thanks for the reply.

    Here is the website linkk if it helps

    https://funeralbulletin.com/

    Thanks!

    Plugin Author Payment Plugins

    (@mrclayton)

    Something like this will work:

    @media (max-width: 550px){
        label[for="payment_method_stripe_cc"]{
        width: 90% !important;
    }
    }
    Thread Starter Sam-wa

    (@sam-wa)

    Thank you, Clayton! problem solved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Credit card label and icons formatting issue’ is closed to new replies.