Okay
  Public Ticket #947947
images horizontal
Closed

Comments

  • Javier started the conversation

    Hello,

    Can these credit card images be placed horizontally when paying? How can I place these images horizontally?

    Thanks :)



  • [deleted] replied

    Hi Javier,

    Added this CSS:

    .payment_method_stripe img:first-child {
    margin-left: 15px;
    }

    .payment_method_stripe img {
    display: inline-block !important;
    margin-right: 15px;
    }

    And now credit card images are shown properly:


    (view large version)