Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #867196

    Hi, as you can see here – https://screencast.com/t/LR1PjbXr – the shipping options are left aligned on both the cart and checkout pages and I would like them to be right aligned. How can I do that?

    #867449

    Hey DROR,

    Please, may you provide to us your website link and the WP and FTP credentials?

    Best regards,
    John Torvik

    #867501
    This reply has been marked as private.
    #867567

    Hi bakbek,

    Everything seems right aligned, did you get it working?

    Best regards,
    Victoria

    #867589

    No, it’s not. You made an order of a product without shipping options so you don’t see it – https://screencast.com/t/TtFimDvQ

    #868115

    Hi bakbek,

    I do not read the language, so I don’t know which elements are there or not, can you give clear instructions on how to see the element that needs to be adjusted?

    Best regards,
    Victoria

    #868121
    This reply has been marked as private.
    #869048

    Hi,

    Thank you for the info. Please add the following css codes.

    .rtl .cart-collaterals .cart_totals {
        float: right;
    }
    
    .rtl .shop_table ul#shipping_method li, .cart_totals ul#shipping_method li {
        text-align: right;
    }

    Best regards,
    Ismael

    #869074

    Awesome! Thanks.

    #869130

    Hi,

    No problem. Please feel free to open a new thread if you need anything else.

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to right align the shipping options in WooCommerce Cart & Checkout page’ is closed to new replies.