• Hi

    The woo mobile cart has the wrong layout. It is still in LTR mode and should be RTL. Also for the totals in the bottom.

    It is cause by the default woo css loaded from the plugin.

    I checked 4 themes and default themes and they all have the same issue

    Please fix and or provide a solution.

    Thank you

    https://wordpress.org/plugins/woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter BackuPs

    (@backups)

    See link to image for more details

    mobile cart view rtl

    Thread Starter BackuPs

    (@backups)

    Hi

    this css is missing from your code

    .rtl.woocommerce table.shop_table_responsive tr td::before, .rtl.woocommerce-page table.shop_table_responsive tr td::before {
        float: right;
    }
    .rtl.woocommerce table.shop_table_responsive tr td::before, .rtl.woocommerce-page table.shop_table_responsive tr td::before {
        float: right;
    }
    
    .rtl.woocommerce table.shop_table_responsive tr td, .rtl.woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }
    .rtl.woocommerce table.shop_table_responsive tr td, .rtl.woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }
    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Did you want to contribute those CSS fixes? https://github.com/woothemes/woocommerce/pulls

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woo mobile cart RTL has the wrong direction’ is closed to new replies.