Pay in 4 parts with
Pay in 4 parts with
Pay in 4 parts with
<style>
.pay-in-4-parts {
text-align: center; /* Center the content horizontally */
}
.payment-logos {
display: inline-block; /* Display logos and text on one line */
vertical-align: middle; /* Align the content vertically */
margin-top: 10px; /* Add some space above the logos */
}
.payment-logos img {
max-width: 140px; /* Set maximum width to 140px */
height: auto; /* Maintain aspect ratio */
margin-right: 10px; /* Add some space between the logos */
vertical-align: middle; /* Align the logos vertically */
}
.payment-logos p {
display: inline; /* Display the text inline with the logos */
vertical-align: middle; /* Align the text vertically */
margin: 0; /* Remove any default margins */
}
</style>
<div class="pay-in-4-parts">
<div class="payment-logos">
<p>Pay in 4 parts with</p>
<img src="<https://cdn.shopify.com/s/files/1/0799/9347/1320/files/Frame_245.png?v=1711796960>" alt="Clearpay Logo">
</div>
</div>