Home Forums Basel support forum Stripe icon display issue

Stripe icon display issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #147165

    FairFang730
    Participant

    As shown in the figure, the Stripe icon is displayed like this for both computer and mobile devices. This is very unattractive, can it be displayed as a line?

    Attachments:
    You must be logged in to view attached files.
    #147254

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce-checkout .woocommerce-checkout-payment li label {
        display: inline-block;
       width:80%;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)