• Resolved dddprinters

    (@dddprinters)


    HI, I am not having any luck with css for the Shipping price formatting that seems to have its own rules.
    1. Cart page, have all Cart Totals pricing right aligned, incl shipping
    2. Checkout page, have the shipping price right aligned with the other prices
    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Tried checking but did not get the exact issue.
    Kindly share the related snapshots of the issues.

    Thread Starter dddprinters

    (@dddprinters)

    ok, put a product into the cart then view the cart page, note that the numbers in the lower right side, all inside ‘cart totals’, are not right aligned.
    Then go to checkout, the shipping amount is not right aligned here also.

    Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals .order-total td {
        text-align: right;
    }
    Thread Starter dddprinters

    (@dddprinters)

    HI, thank you that worked in the cart, but no change to the checkout.

    EDIT, sorry, it does appear to work on the actual site in checkout also just not when viewing in the backend.

    Thank you very much

    Perhaps something to be added into the actual theme itself?

    • This reply was modified 3 years, 4 months ago by dddprinters.
    • This reply was modified 3 years, 4 months ago by dddprinters.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Right align cart and checkout’ is closed to new replies.