Home Forums WoodMart support forum Order review price alignment

Order review price alignment

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #499601

    spnutratea
    Participant

    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.

    #499652

    Hello,

    Now i have visited your site the prices are align:
    Screenshot for clarification:
    https://ibb.co/tmZRkcP

    Best Regards.

    #499655

    spnutratea
    Participant

    If you would add subscription product the alignment is not correct. https://prnt.sc/HoivCQFxrAyh

    #499676

    Hello,

    Now i have added the subscription product it looks like:
    https://ibb.co/2vzJvTK

    Best Regards.

    #499702

    spnutratea
    Participant

    Not sure the device you have used. The desktop version as I have mentioned in the earlier messages.

    #500002

    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.

    #500018

    spnutratea
    Participant

    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.

    #500118

    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.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Order review price alignment’ is closed to new replies.