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%;
}