The theme continues to get stronger. The Strongest out there.
Small issue with the checkout form styling on mobile. Right padding appears a little larger than the left. Then down the bottom Stripe stacks poorly. This may be fixed with the above or require a little more tweaking.
Hey team,
The theme continues to get stronger. The Strongest out there.
Small issue with the checkout form styling on mobile. Right padding appears a little larger than the left. Then down the bottom Stripe stacks poorly. This may be fixed with the above or require a little more tweaking.
Please help.
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
@media only screen and (max-width: 690px) { .checkout .woocommerce-billing-fields { padding-right: 0px !important; } label[for="stripe-card-cvc"] { min-height: 68px !important; } }Thanks
Salient Support Team