On checkout page the Credit Card information is broken apart.

This topic has 6 replies, 4 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler

  • Avatar: JarekN
    JarekN
    Participant
    December 2, 2016 at 16:47

    On checkout page the Credit Card information is broken apart, is there a css code I can use to fix it?

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 2, 2016 at 18:32

    Hello,

    Please add this css code in Theme Options > Custom CSS > Global Custom CSS:

    .payment_methods p {
        margin-left: 0px;
    }
    .wc_payment_method.payment_method_moneris form .form-row-first, form .form-row-last {
        float: left !important;
        width: 100%;
    }
    .payment_methods li label {
       padding-left: 0px;
    }

    Best regards,
    Jack Richardson.

    Avatar: JarekN
    JarekN
    Participant
    December 3, 2016 at 05:14

    Thanks, however the Expiration Date is still broken into two different lines 🙁

    Avatar: Eva
    Eva Kemp
    Support staff
    December 5, 2016 at 16:16

    Hello,

    Please also use this css code:

    .payment_methods li label {
       display: block;
    }
    .payment_methods select {
      display: inline-block;
    }

    Regards,
    Eva Kemp.

    Avatar: JarekN
    JarekN
    Participant
    December 6, 2016 at 22:20

    THANKS!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 7, 2016 at 08:08

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘On checkout page the Credit Card information is broken apart.’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.