Hello,
After a recent update my trust badge is overlapping the “More Payment Options” I don’t see a way to add a larger space to make clearance.
{{ form | payment_terms }}
</div>
</div>
<div class="trust-badge">
<img src=https://cdn.shopify.com/XXXXXXXXXtrust_badge.jpg?v=XXXXXX alt="trust badge">
</div.
{% endform %}
Hi @Backdraft86
I’m @PaulNewton shopify-partner with a range of merchant solutions.
It could be all types of things site unseen and no other context.
It could be as simple as there being a missing end or it just wasn’t setup properly in the first place so it’s always been broken and it’s just obvious now.
To fix things properly you can reach out to me for customization and theme repair services.
To connect CLICK my profile-pic to mail me, or see my profile on the forums if working by mail.
ALWAYS include context in new communications, e.g. reference urls, posts urls, etc
Try removing “.” here and replacing it with “>”, save the file, and check again.
Best regards,
Dan from Ryviu: Product Reviews App
Thanks for the suggestion. Looks like that was my fault in the post. It has the > in the code and not a . I think I accidentally omitted it and replaced it with a . Appreciate the response!
Very welcome. Could you share the link to your page?
Here is the link to our main page. Error can be seen on every product page.
Please add this code to Custom CSS in Theme settings and check again
.purchase-details__buttons.purchase-details__spb--true .shopify-payment-button {
height: auto;
}
.purchase-details__buttons.purchase-details__spb--true .add_to_cart {
height: 44px;
}
You sir are amazing and I thank you!