• In css file of a theme you have this css code:

    table td, table th {
        padding: 15px;
        line-height: 1.5;
        text-align: left;
        vertical-align: top;
        border: 1px solid #ccc;
    }

    Text alignment to left is not working with rtl and it requers to manualy override this. Instead delete this line from a theme Css!

  • The topic ‘Woocommerce Checkout Css text aligment is not right with RTL’ is closed to new replies.