• Resolved giacomo1

    (@giacomo1)


    Hey,

    one of the latest updates changed the position of the payment logos to the right side:

    https://ibb.co/3W5nfjr

    This looks weird for people that also use Stripe in their Online-Shop.

    How can I undo this so that it’s aligned on the left side (to the right of the payment title)?

    Thanks,
    Giacomo

    The page I need help with: [log in to see the link]

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter giacomo1

    (@giacomo1)

    Hi @niklasinpsyde – are the examples ready? Thanks. ??

    Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @giacomo1,

    We have been very busy with some important issues recently, but we still have this on our radar. Our next update for the coming week will provide some important improvements and will give us more capacity for open UI requests.
    In the current roadmap, we had plans to dive deeper into this later this month, but I will bring it up again after the update to see if we can speed this up. Our developer resources are limited and this exceeds my own CSS knowledge, but we will find a solution for you.
    Thanks for hanging in there with us and apologies for letting you wait so long.

    Kind regards,
    Niklas

    Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @giacomo1,

    Thanks for your patience.
    Can you please give this CSS a try?

    #payment .payment_methods li img{
      float:none;
      margin-left:1em;
      display:inline;
    }
    //this will move the credit card icon selector images
    #payment .payment_methods li svg{
      float:none !important;
      margin-left:1em;
      display:inline;
    }

    It will move the payment icons from the far right side closer to the gateway name, similar to the PayPal Checkout plugin.
    We also have other examples, but this is the closest to what you were asking for.
    I hope this helps!

    Kind regards,
    Niklas

    Thread Starter giacomo1

    (@giacomo1)

    Works, thank you! ??

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Payment Logos displayed on the wrong side’ is closed to new replies.