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

    It supports the RTL, Please let us know what exact issue are you facing with it and if possible share the snapshots also.

    Thread Starter nirb

    (@nirb)

    Hi Abhishek
    I have a problem with the shopping cart page **in mobile**

    https://dev.center4hair.co.il/cart

    screenshot:
    https://f2h.io/xawdg1uy92ja

    • This reply was modified 3 years, 10 months ago by nirb.
    Thread Starter nirb

    (@nirb)

    Hi
    what can i do with the problem?

    Hello,

    I apologize for teh delay in response, not getting your snapshots properly.

    Please share it again or upload it here and share the link: https://imgbb.com/

    Thread Starter nirb

    (@nirb)

    Hi
    The link is: https://ibb.co/ZcjWvqQ
    Thanks

    Hello,

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

    @media only screen and (max-width: 767px) {
    .woocommerce-cart .woocommerce table.shop_table tr td:before {
        float: right !important;
    }
    .rtl.woocommerce-cart .woocommerce table.shop_table tr td {
        text-align: left;
    }
    .rtl .woocommerce table.shop_table tr td.product-quantity .quantity {
        float: left !important;
    }
    }
    
    .rtl .widget_shopping_cart .total strong {
        float: right;
    }
    .rtl .widget_shopping_cart .total .amount {
        float: left;
    }
    .rtl .widget_shopping_cart_content .buttons .checkout {
        float: right;
    }
    .rtl .widget_shopping_cart_content .buttons .button:first-child {
        float: left;
    }
    Thread Starter nirb

    (@nirb)

    It works, thank you so much!

    You are most welcome and Glad to hear that issue has been fixed.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘RTL support’ is closed to new replies.