Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter meds86

    (@meds86)

    Thanks for response. I’m stuck I tried to do what they say but didn’t work, the productname, quantity, total, price columns still stay as columns. I can’t seem to break them into rows on ios mobile.

    Here is CSS..
    .woocommerce table.shop_table_responsive tr td {
    display: table-row;
    }

    .woocommerce table.shop_table_responsive tr {
    display: table;
    width: 100%;
    }

Viewing 1 replies (of 1 total)