diff --git a/modules/ppcp-axo/resources/css/styles.scss b/modules/ppcp-axo/resources/css/styles.scss index 0fcfb2cd6..ef71f331b 100644 --- a/modules/ppcp-axo/resources/css/styles.scss +++ b/modules/ppcp-axo/resources/css/styles.scss @@ -1,13 +1,3 @@ - -.ppcp-axo-card-icons { - padding: 4px 0 16px 25px; - - .ppcp-card-icon { - float: left !important; - max-height: 25px; - } -} - .ppcp-axo-watermark-container { max-width: 200px; margin-top: 10px; diff --git a/modules/ppcp-axo/src/Gateway/AxoGateway.php b/modules/ppcp-axo/src/Gateway/AxoGateway.php index 1ca739476..918ffa4c0 100644 --- a/modules/ppcp-axo/src/Gateway/AxoGateway.php +++ b/modules/ppcp-axo/src/Gateway/AxoGateway.php @@ -300,7 +300,7 @@ class AxoGateway extends WC_Payment_Gateway { > '; } - return '
'; + return implode( '', $images ); } /**