Order review price alignment
-
Hi
We are using Woocommerce subscrption. When an user add a single product and add the second product as subscription. The price alignment is not correct. Could you share the CSS with us?
Snapshot I have shared in private content.
Hello,
Now i have visited your site the prices are align:
Screenshot for clarification:
https://ibb.co/tmZRkcP
Best Regards.
If you would add subscription product the alignment is not correct. https://prnt.sc/HoivCQFxrAyh
Hello,
Now i have added the subscription product it looks like:
https://ibb.co/2vzJvTK
Best Regards.
Not sure the device you have used. The desktop version as I have mentioned in the earlier messages.
Hello,
Please try to use the below custom CSS code:
.wd-checkout-prod-total .subscription-price > span {
display: block !important;
text-align: left !important;
}
.wd-checkout-prod-total.product-total {
width: 6%;
}
Best Regards.
For the desktop I have tried the following code. It seems working well.
tr.cart_item .product-total .amount {
display: block;
text-align: right;
}
Thank you for your help Aizaz.
Hello,
You are Most Welcome.
We are glad that you managed to solve the problem yourself. You are Great!!!
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Order review price alignment’ is closed to new replies.