Viewing 4 replies - 1 through 4 (of 4 total)
  • Ho notato la stessa cosa.
    Prova ad aggiungere questo CSS

    .woocommerce-checkout li.wc_payment_method label img {
    height:2rem; /* puoi usare valori in px se preferisci */
    width: auto;
    }

    per modificare solo il logo Satispay:

    .woocommerce-checkout li.wc_payment_method.payment_method_satispay { ... }

    Ciao

    ENGLISH

    I noticed the same thing.
    Try adding this CSS:

    .woocommerce-checkout li.wc_payment_method label img {
    height:2rem; /* you can use px values if you prefer */
    width: auto;
    }

    To edit only the Satispay logo:

    .woocommerce-checkout liwc_payment_method.payment_method_satispay { ... }

    Grazie per la soluzione con CSS, anche io avevo lo stesso problema sul mio e-commerce (l’ho anche segnalato a Satispay), ma grazie alla soluzione di @xamax ho risolto!

    Plugin Author Satispay

    (@satispay)

    EN
    Hello,

    We have now released a new update which fixes this issue. Please update the plugin to check the changes.

    Best Regards
    = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

    IT

    Ciao,

    Abbiamo rilasciato un nuovo aggiornamento che fixa il resizing del plugin. Aggiornatelo per poter verificare i cambiamenti attuati.

    Cordiali Saluti

    Thread Starter lennycatena

    (@lennycatena)

    Buonasera a tutti!

    Ora funziona!

    Graziee

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.